-
+
⚠️
{getDateString(alert.valid_from, alert.valid_to)}
diff --git a/common/components/general/ButtonGroup.tsx b/common/components/general/ButtonGroup.tsx
index b657f6b46..9d0af5e9a 100644
--- a/common/components/general/ButtonGroup.tsx
+++ b/common/components/general/ButtonGroup.tsx
@@ -54,7 +54,7 @@ export const ButtonGroup: (
? `${lineColorBackground[line ?? 'DEFAULT']} text-white hover:bg-opacity-90`
: `hover:${
lineColorBackground[line ?? 'DEFAULT']
- } bg-white text-stone-900 hover:bg-opacity-70 `
+ } bg-white text-stone-900 hover:bg-opacity-70`
)}
>
{option[1]}
diff --git a/common/components/inputs/Button.tsx b/common/components/inputs/Button.tsx
index 7314ea2aa..e43898298 100644
--- a/common/components/inputs/Button.tsx
+++ b/common/components/inputs/Button.tsx
@@ -23,7 +23,7 @@ export const Button: React.FC = ({ children, additionalClasses, ...