fix(web): remove unused var in AppSidebar and drop ambient declaration for DetailLine (TS error)
This commit is contained in:
parent
e3d6fea412
commit
a4b31b0cb3
2 changed files with 3 additions and 4 deletions
|
|
@ -106,7 +106,7 @@ const navigation: { versions: string[]; navMain: NavigationGroup[] } = {
|
|||
|
||||
export function AppSidebar({ ...props }: React.ComponentProps<typeof Sidebar>) {
|
||||
const pathname = usePathname()
|
||||
const { session, isLoading, isAdmin, isStaff, convexUserId } = useAuth()
|
||||
const { session, isLoading, isAdmin, isStaff } = useAuth()
|
||||
const [isHydrated, setIsHydrated] = React.useState(false)
|
||||
|
||||
React.useEffect(() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue