chore: remove unused navbar state reference
This commit is contained in:
parent
687d491e2a
commit
254f7c25e3
1 changed files with 0 additions and 1 deletions
|
@ -41,7 +41,6 @@ import type { ChannelResponse, GuildMemberResponse, GuildResponse, INavbar } fro
|
||||||
const route = useRoute();
|
const route = useRoute();
|
||||||
|
|
||||||
const loading = useState("loading");
|
const loading = useState("loading");
|
||||||
const navbar = useState<INavbar>("navbar");
|
|
||||||
|
|
||||||
const channelUrlPath = `channels/${route.params.channelId}`;
|
const channelUrlPath = `channels/${route.params.channelId}`;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue