From 85802e7af77fde46adbfd53378f117690a97cb1c Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Wed, 15 May 2024 15:15:16 -0700 Subject: [PATCH] fix: formattedRegTm type --- 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 154c12ee0..230e21436 100644 --- a/web/components/Registration.ce.vue +++ b/web/components/Registration.ce.vue @@ -66,7 +66,7 @@ const { tooManyDevices, } = storeToRefs(serverStore); -const formattedRegTm = ref(); +const formattedRegTm = ref(); /** * regTm may not have a value until we get a response from the refreshServerState action * So we need to watch for this value to be able to format it based on the user's date time preferences.