Remove 'file-icon' in empty link preview

This commit is contained in:
Chewbacca
2022-12-27 10:06:28 -05:00
parent 63201c4acf
commit cfc03f9a3f
2 changed files with 2 additions and 10 deletions

View File

@@ -241,11 +241,7 @@ const Card: React.FC<ICard> = ({
</div>
);
} else {
embed = (
<div className='status-card__image status-card__image--empty'>
<Icon src={require('@tabler/icons/file-text.svg')} />
</div>
);
embed = null;
}
return (