+ {toast.icon &&
{toast.icon}
}
+
+ {toast.header || (
+
+ )}
+
+ {/* timestamp should always be defined by toaster */}
+ {/* TODO check how valve does this */}
+ {toast.timestamp && (
+
+ {toast.timestamp.toLocaleTimeString(undefined, { timeStyle: 'short' })}
+
+ )}
+