diff --git a/client/src/Components/Toast/index.jsx b/client/src/Components/Toast/index.jsx
index 4505b758b..36df0e631 100644
--- a/client/src/Components/Toast/index.jsx
+++ b/client/src/Components/Toast/index.jsx
@@ -48,12 +48,25 @@ const Toast = ({ variant, title, body, onClick, hasDismiss, hasIcon }) => {
{title}
)}
-
-
-
+ {title && (
+
+
+
+ )}
-
+
+
+ {!title && (
+
+
+
+ )}
+
{hasDismiss && (