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