fix: PRO state remove upgrade btn

This commit is contained in:
Zack Spear
2023-07-07 15:03:56 -07:00
committed by Zack Spear
parent b65030143a
commit aeca7bbc2b

View File

@@ -288,7 +288,6 @@ export const useServerStore = defineStore('server', () => {
return {
actions: [
...(!registered.value && pluginInstalled.value ? [signInAction] : []),
...([upgradeAction]),
...(registered.value && pluginInstalled.value ? [signOutAction] : []),
],
humanReadable: 'Pro',