chore(web): concise param

This commit is contained in:
Zack Spear
2023-09-27 20:11:31 -07:00
committed by Zack Spear
parent 41d6ebe536
commit 676ea0629b

View File

@@ -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,
}]
: []),