+
-
-
You have no notifications yet.
-
+
You have no notifications yet.
)}
@@ -136,35 +148,35 @@ interface MenuLinkProps extends AutomationTestingProps, UISrefProps {
onDelete: () => void;
}
-function MenuLink({
- to,
- params,
- options,
- notification,
- onDelete,
-}: MenuLinkProps) {
- const anchorProps = useSref(to, params, options);
+function MenuLink({ to, params, notification, onDelete }: MenuLinkProps) {
+ const anchorProps = useSref(to, params);
return (
-
-
-
+
+
+
{notification.type === 'success' ? (
) : (
)}
-
-
+
+
{notification.title}
-
{notification.details}
+
+ {notification.details}
+
{formatTime(notification.timeStamp)}
-
+