Whoops, linting

This commit is contained in:
Jack Kingsman
2026-02-16 17:49:27 -08:00
parent 6a3a99fe9f
commit d4a7b37fa9
2 changed files with 23 additions and 15 deletions
+1 -5
View File
@@ -129,11 +129,7 @@ export function ChatHeader({
: 'Add to favorites'
}
>
{isFavorite(
favorites,
conversation.type as 'channel' | 'contact',
conversation.id
) ? (
{isFavorite(favorites, conversation.type as 'channel' | 'contact', conversation.id) ? (
<span className="text-amber-400">&#9733;</span>
) : (
<span className="text-muted-foreground">&#9734;</span>