- {{ new Date(snapshot.from).toLocaleString('it-IT').split(',')[0].trim().replace(/\//g, '-')
+ {{ new Date(snapshot.from).toLocaleString().split(',')[0].trim()
}}
to
- {{ new Date(snapshot.to).toLocaleString('it-IT').split(',')[0].trim().replace(/\//g, '-') }}
+ {{ new Date(snapshot.to).toLocaleString().split(',')[0].trim() }}
@@ -243,7 +252,7 @@ const pricingDrawer = usePricingDrawer();
-
{{ entry.label }}
-
+
@@ -293,7 +302,8 @@ const pricingDrawer = usePricingDrawer();
class="cursor-pointer hover:text-lyx-text text-lyx-text-dark">
-->
-
diff --git a/dashboard/components/FirstInteraction.vue b/dashboard/components/FirstInteraction.vue
index 627613f..036fcf6 100644
--- a/dashboard/components/FirstInteraction.vue
+++ b/dashboard/components/FirstInteraction.vue
@@ -76,26 +76,32 @@ function reloadPage() {