mirror of
https://github.com/jkingsman/Remote-Terminal-for-MeshCore.git
synced 2026-07-03 08:21:25 +02:00
Whoops, linting
This commit is contained in:
@@ -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">★</span>
|
||||
) : (
|
||||
<span className="text-muted-foreground">☆</span>
|
||||
|
||||
Reference in New Issue
Block a user