mirror of
https://github.com/unraid/api.git
synced 2026-01-09 01:59:57 -06:00
fix: PRO state remove upgrade btn
This commit is contained in:
@@ -288,7 +288,6 @@ export const useServerStore = defineStore('server', () => {
|
||||
return {
|
||||
actions: [
|
||||
...(!registered.value && pluginInstalled.value ? [signInAction] : []),
|
||||
...([upgradeAction]),
|
||||
...(registered.value && pluginInstalled.value ? [signOutAction] : []),
|
||||
],
|
||||
humanReadable: 'Pro',
|
||||
|
||||
Reference in New Issue
Block a user