fix: display dropdown for pro key no connect installed (#848)

This commit is contained in:
Zack Spear
2024-02-14 08:10:28 -08:00
committed by GitHub
parent 8954700bcb
commit e6eb56466e
2 changed files with 7 additions and 11 deletions

View File

@@ -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>