about summary refs log tree commit diff
path: root/src/view/shell/bottom-bar/BottomBarWeb.tsx
diff options
context:
space:
mode:
authorRenan Mav <renan.mav@hotmail.com>2024-12-10 17:59:35 -0300
committerGitHub <noreply@github.com>2024-12-10 20:59:35 +0000
commitb7ddb07d906f789b43481e629b2f102884121e27 (patch)
treee8f433986bed9b04b62274d0857463dd07d06758 /src/view/shell/bottom-bar/BottomBarWeb.tsx
parentd00879e628145ec6ded18048be212d09c0227ba8 (diff)
downloadvoidsky-b7ddb07d906f789b43481e629b2f102884121e27.tar.zst
fix: typo in filename list-converations (#7036)
Diffstat (limited to 'src/view/shell/bottom-bar/BottomBarWeb.tsx')
-rw-r--r--src/view/shell/bottom-bar/BottomBarWeb.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/shell/bottom-bar/BottomBarWeb.tsx b/src/view/shell/bottom-bar/BottomBarWeb.tsx
index 81855c97d..127ff2b26 100644
--- a/src/view/shell/bottom-bar/BottomBarWeb.tsx
+++ b/src/view/shell/bottom-bar/BottomBarWeb.tsx
@@ -9,7 +9,7 @@ import {useMinimalShellFooterTransform} from '#/lib/hooks/useMinimalShellTransfo
 import {getCurrentRoute, isTab} from '#/lib/routes/helpers'
 import {makeProfileLink} from '#/lib/routes/links'
 import {CommonNavigatorParams} from '#/lib/routes/types'
-import {useUnreadMessageCount} from '#/state/queries/messages/list-converations'
+import {useUnreadMessageCount} from '#/state/queries/messages/list-conversations'
 import {useUnreadNotifications} from '#/state/queries/notifications/unread'
 import {useSession} from '#/state/session'
 import {useLoggedOutViewControls} from '#/state/shell/logged-out'