mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-04-06 01:25:33 +00:00
Compare commits
2 Commits
6f073d5453
...
70920df6b0
| Author | SHA1 | Date | |
|---|---|---|---|
| 70920df6b0 | |||
| ef4c5a4ed4 |
@ -33,8 +33,6 @@ export default function NavBar({ appName }: { appName: string }) {
|
||||
: setUserProfile({ id: crypto.randomUUID(), name: user?.first_name ?? '', text: '' })
|
||||
}, [user, items])
|
||||
|
||||
const appState = useAppState()
|
||||
|
||||
const nameRef = useRef<HTMLHeadingElement>(null)
|
||||
const [nameWidth, setNameWidth] = useState<number>(0)
|
||||
const location = useLocation()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user