From 4b6ed13eeb16ff904c86ab4b3ec8c325e08ae241 Mon Sep 17 00:00:00 2001 From: Vins Date: Tue, 23 Jul 2024 15:05:08 +0200 Subject: [PATCH] Notification redirection --- .../DesignSystem/Toasts/ToastsContainer/ToastElement/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/front/Components/DesignSystem/Toasts/ToastsContainer/ToastElement/index.tsx b/src/front/Components/DesignSystem/Toasts/ToastsContainer/ToastElement/index.tsx index d10cc2e2..896f0894 100644 --- a/src/front/Components/DesignSystem/Toasts/ToastsContainer/ToastElement/index.tsx +++ b/src/front/Components/DesignSystem/Toasts/ToastsContainer/ToastElement/index.tsx @@ -51,7 +51,7 @@ class ToastElementClass extends React.Component { data-clickable={toast.redirectUrl ? true : false} onClick={this.handleClick}> {toast.time !== 0 &&
} -
+
{toast.icon && toast.icon}