Fix: custom disclaim (#5535)

pull/5538/head
KVOJJJin 2 years ago committed by GitHub
parent 8294e97113
commit f220d294e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -263,9 +263,6 @@ const Chat: FC<ChatProps> = ({
/>
)
}
{appData && appData.site.custom_disclaimer && <div className='text-xs text-gray-500 mt-1 text-center'>
{appData.site.custom_disclaimer}
</div>}
</div>
</div>
{showPromptLogModal && (

Loading…
Cancel
Save