- {{ $props.label }}
+ {{ $props.label }}
@@ -28,7 +50,7 @@ const isBooleanValue = computed(() => typeof $props.value === 'boolean');
/>
-
+
{{ $props.dash ? dashIfEmpty($props.value) : $props.value }}
diff --git a/src/pages/Customer/Card/CustomerSummary.vue b/src/pages/Customer/Card/CustomerSummary.vue
index 081bdd157..f2653900d 100644
--- a/src/pages/Customer/Card/CustomerSummary.vue
+++ b/src/pages/Customer/Card/CustomerSummary.vue
@@ -60,7 +60,7 @@ const creditWarning = computed(() => {
-
+