style: make client and channel items optional

This commit is contained in:
Twig 2025-08-08 02:23:46 +02:00
parent eb4427ff4b
commit 5ca4762f01
Signed by: twig
SSH key fingerprint: SHA256:nBO+OwpTkd8LYhe38PIqdxmDvkIg9Vw2EbrRZM97dkU
2 changed files with 4 additions and 4 deletions

View file

@ -130,8 +130,8 @@ export interface NavbarItem {
}
export interface NavbarInterface {
clientItems: NavbarItem[]
channelItems: NavbarItem[] // search bar will require some changes
clientItems?: NavbarItem[]
channelItems?: NavbarItem[] // search bar will require some changes
contextName?: string
contextIcon?: string
guildUuid?: string