chore: remove unused navbar state reference
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful

This commit is contained in:
Twig 2025-08-11 01:14:36 +02:00
parent 687d491e2a
commit 254f7c25e3
Signed by: twig
SSH key fingerprint: SHA256:nBO+OwpTkd8LYhe38PIqdxmDvkIg9Vw2EbrRZM97dkU

View file

@ -41,7 +41,6 @@ import type { ChannelResponse, GuildMemberResponse, GuildResponse, INavbar } fro
const route = useRoute();
const loading = useState("loading");
const navbar = useState<INavbar>("navbar");
const channelUrlPath = `channels/${route.params.channelId}`;