mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-04 06:57:12 +01:00
prettier all the things
This commit is contained in:
@@ -5,7 +5,6 @@ import { useSession } from 'next-auth/react'
|
||||
|
||||
import User from './user'
|
||||
|
||||
|
||||
const pathNameLabelMap = {
|
||||
'/login': 'Login',
|
||||
'/admin': 'Buchungsübersicht',
|
||||
@@ -21,7 +20,7 @@ function getPathNameMap(route: string) {
|
||||
}
|
||||
|
||||
export default function Navigation() {
|
||||
const { data, status } = useSession();
|
||||
const { data, status } = useSession()
|
||||
const router = useRouter()
|
||||
|
||||
const pathname = router.pathname
|
||||
|
||||
Reference in New Issue
Block a user