mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Clean up build
This commit is contained in:
parent
a766da372c
commit
4f46b8f89e
3 changed files with 0 additions and 6 deletions
|
|
@ -34,8 +34,6 @@ export function PrimaryLayout(props: PrimaryLayoutProps): JSX.Element {
|
|||
const [showKeyboardCommandsModal, setShowKeyboardCommandsModal] =
|
||||
useState(false)
|
||||
|
||||
// useKeyboardShortcuts(navigationCommands(router))
|
||||
|
||||
useKeyboardShortcuts(
|
||||
primaryCommands((action) => {
|
||||
switch (action) {
|
||||
|
|
|
|||
|
|
@ -61,7 +61,6 @@ export function SettingsLayout(props: SettingsLayoutProps): JSX.Element {
|
|||
const [showKeyboardCommandsModal, setShowKeyboardCommandsModal] =
|
||||
useState(false)
|
||||
|
||||
useKeyboardShortcuts(navigationCommands(router))
|
||||
applyStoredTheme()
|
||||
|
||||
const showLogout = useCallback(() => {
|
||||
|
|
|
|||
|
|
@ -38,9 +38,6 @@ export default function DebugHome(): JSX.Element {
|
|||
const refreshHome = useCallback(() => {
|
||||
;(async () => {
|
||||
refreshHomeMutation()
|
||||
if (homeData?.mutate) {
|
||||
homeData.mutate()
|
||||
}
|
||||
})()
|
||||
}, [])
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue