mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-04 12:26:19 +00:00
chore: update linter
This commit is contained in:
@ -91,7 +91,7 @@ const useShortcutStore = create(
|
||||
delete shortcutMap[id];
|
||||
set({ shortcutMapById: shortcutMap });
|
||||
},
|
||||
}))
|
||||
})),
|
||||
);
|
||||
|
||||
const unknownShortcut: Shortcut = Shortcut.fromPartial({
|
||||
|
@ -55,8 +55,8 @@ const useViewStore = create<ViewState>()(
|
||||
}),
|
||||
{
|
||||
name: "view",
|
||||
}
|
||||
)
|
||||
},
|
||||
),
|
||||
);
|
||||
|
||||
export const getFilteredShortcutList = (shortcutList: Shortcut[], filter: Filter, currentUser: User) => {
|
||||
|
Reference in New Issue
Block a user