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:
@@ -1,11 +1,10 @@
|
||||
import { useSession, signOut } from 'next-auth/react'
|
||||
|
||||
|
||||
export default function User() {
|
||||
const { data, status } = useSession();
|
||||
const { data, status } = useSession()
|
||||
|
||||
if (status === 'loading' || !data?.user?.email) {
|
||||
return null;
|
||||
return null
|
||||
}
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user