From 676ea0629b0e9ea5363d5872e2723dbb747faeb7 Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Wed, 27 Sep 2023 20:11:31 -0700 Subject: [PATCH] chore(web): concise param --- web/components/Registration.ce.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/Registration.ce.vue b/web/components/Registration.ce.vue index cfece0f66..e6963a54d 100644 --- a/web/components/Registration.ce.vue +++ b/web/components/Registration.ce.vue @@ -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, }] : []),