{toastItem.title != null && (
-
+
{toastItem.title}
)}
{toastItem.description != null && (
-
+
{toastItem.description}
)}
@@ -222,21 +222,15 @@ function ToastViewport() {
-
- {toasts.map(toastItem => (
-
- ))}
-
+ {toasts.map(toastItem => (
+
+ ))}
)
}