Fix conditional class
This commit is contained in:
parent
d6c463674d
commit
2dc0b0b3ea
@ -131,9 +131,7 @@ const ChatScreen = () => {
|
||||
<div
|
||||
className={twMerge(
|
||||
'flex items-center space-x-3',
|
||||
downloadedModels.filter(
|
||||
(x) => x.name === currentConvo?.name
|
||||
).length === 0 && '-mt-1'
|
||||
isModelAvailable && '-mt-1'
|
||||
)}
|
||||
>
|
||||
{isModelAvailable && (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user