chore: linting

This commit is contained in:
Anish Sarkar 2026-02-06 23:35:02 +05:30
parent 306c8e3c54
commit 342e3a6a95

View file

@ -153,22 +153,22 @@ export function MobileSidebar({
onChatRename={onChatRename} onChatRename={onChatRename}
onChatDelete={onChatDelete} onChatDelete={onChatDelete}
onChatArchive={onChatArchive} onChatArchive={onChatArchive}
onViewAllSharedChats={ onViewAllSharedChats={
onViewAllSharedChats onViewAllSharedChats
? () => { ? () => {
onOpenChange(false); onOpenChange(false);
onViewAllSharedChats(); onViewAllSharedChats();
} }
: undefined : undefined
} }
onViewAllPrivateChats={ onViewAllPrivateChats={
onViewAllPrivateChats onViewAllPrivateChats
? () => { ? () => {
onOpenChange(false); onOpenChange(false);
onViewAllPrivateChats(); onViewAllPrivateChats();
} }
: undefined : undefined
} }
user={user} user={user}
onSettings={onSettings} onSettings={onSettings}
onManageMembers={onManageMembers} onManageMembers={onManageMembers}