diff --git a/components/UserProfile/UptimeExpire.vue b/components/UserProfile/UptimeExpire.vue index 4385e9504..0d790fd8c 100644 --- a/components/UserProfile/UptimeExpire.vue +++ b/components/UserProfile/UptimeExpire.vue @@ -19,7 +19,7 @@ const formattedTime = computed(() => { return dateFormat((uptimeOrExpiredTime.value).toString()); }); -const countUp = computed(() => state.value !== 'TRIAL'); +const countUp = computed(() => state.value !== 'TRIAL' && state.value !== 'ENOCONN'); const output = computed(() => { if (!countUp.value) {