mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-19 18:45:15 +02:00
chore: linting
This commit is contained in:
parent
306c8e3c54
commit
342e3a6a95
1 changed files with 16 additions and 16 deletions
|
|
@ -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}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue