Fix build
This commit is contained in:
parent
cce1f79a4d
commit
134ede6870
@ -43,7 +43,7 @@ export default defineComponent({
|
|||||||
return useStore().state.currentServer;
|
return useStore().state.currentServer;
|
||||||
},
|
},
|
||||||
selected(): boolean {
|
selected(): boolean {
|
||||||
return this.currentServer && this.server.id === this.currentServer.id;
|
return !!this.currentServer && this.server.id === this.currentServer.id;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user