From 949aa718b6a5dd3108ed53a188e88377d25f2f5e Mon Sep 17 00:00:00 2001 From: Khafid Prayoga Date: Tue, 12 Aug 2025 14:58:29 +0700 Subject: [PATCH] add condition if zero trends , hide the timeframe --- app/components/pub/base/summary-card.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/pub/base/summary-card.vue b/app/components/pub/base/summary-card.vue index 411bb6fc..d3413111 100644 --- a/app/components/pub/base/summary-card.vue +++ b/app/components/pub/base/summary-card.vue @@ -53,7 +53,7 @@ const isTrending = computed(() => (props.stat?.trend ?? 0) > 0)
{{ props.stat.metric.toLocaleString('id-ID') }}
-

+