mirror of
https://github.com/unraid/api.git
synced 2026-03-09 02:39:52 -05:00
fix: display dropdown for pro key no connect installed (#848)
This commit is contained in:
@@ -35,6 +35,8 @@ const title = computed((): string => {
|
||||
if (showErrorIcon.value) { return props.t('Learn more about the error'); }
|
||||
return dropdownVisible.value ? props.t('Close Dropdown') : props.t('Open Dropdown');
|
||||
});
|
||||
|
||||
// const hideAvatar = computed(() => state.value === 'PRO' && !connectPluginInstalled.value);
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user