🐛 Fix incorrect method call for checking gamemaster features
This commit is contained in:
@@ -120,7 +120,7 @@ const hasAnyAuth = computed(() => {
|
||||
|
||||
// Check if gamemaster features are enabled
|
||||
const showGamemasterTools = computed(() => {
|
||||
return isEnabled('gamemaster-features');
|
||||
return isEnabled.value('gamemaster-features');
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user