mirror of
https://github.com/unraid/api.git
synced 2026-01-02 22:50:02 -06:00
chore(web): concise param
This commit is contained in:
@@ -114,7 +114,7 @@ const items = computed((): RegistrationItemProps[] => {
|
||||
error: regUpdatesExpired.value,
|
||||
label: t('OS Update Eligibility'),
|
||||
component: RegistrationUpgradeExpiration,
|
||||
componentProps: { t: t },
|
||||
componentProps: { t },
|
||||
componentOpacity: !regUpdatesExpired.value,
|
||||
}]
|
||||
: []),
|
||||
|
||||
Reference in New Issue
Block a user