From 7dc3eec071e512d6e95da7cbfcad90dd09606760 Mon Sep 17 00:00:00 2001
From: Alon Peretz <8467965+alonp99@users.noreply.github.com>
Date: Mon, 22 Jul 2024 12:55:27 +0300
Subject: [PATCH] chore(bump): version release
---
.../components/molecules/DateRangePicker/DateRangePicker.tsx | 2 +-
.../src/pages/Entity/components/Case/Case.Actions.tsx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/apps/backoffice-v2/src/common/components/molecules/DateRangePicker/DateRangePicker.tsx b/apps/backoffice-v2/src/common/components/molecules/DateRangePicker/DateRangePicker.tsx
index 9f8f93cd52..6284f3a4a3 100644
--- a/apps/backoffice-v2/src/common/components/molecules/DateRangePicker/DateRangePicker.tsx
+++ b/apps/backoffice-v2/src/common/components/molecules/DateRangePicker/DateRangePicker.tsx
@@ -24,7 +24,7 @@ export const DateRangePicker = ({ onChange, value, className }: TDateRangePicker
'text-muted-foreground': !value,
})}
>
-
+
{value?.from && value?.to && (
<>
{formatDate(value.from, 'LLL dd, y')} - {formatDate(value.to, 'LLL dd, y')}
diff --git a/apps/backoffice-v2/src/pages/Entity/components/Case/Case.Actions.tsx b/apps/backoffice-v2/src/pages/Entity/components/Case/Case.Actions.tsx
index 6e3a7708e0..9fa249d16b 100644
--- a/apps/backoffice-v2/src/pages/Entity/components/Case/Case.Actions.tsx
+++ b/apps/backoffice-v2/src/pages/Entity/components/Case/Case.Actions.tsx
@@ -53,7 +53,7 @@ export const Actions: FunctionComponent = ({
/>
-