feature/IO-3499-React-19: Some more missing <Cards> and a missing message -> title

This commit is contained in:
Dave
2026-01-16 13:27:50 -05:00
parent 480ee27b80
commit 4896746600
4 changed files with 13 additions and 9 deletions

View File

@@ -312,7 +312,11 @@ const SocketProvider = ({ children, bodyshop, navigate, currentUser }) => {
scenario_meta: JSON.stringify(notifications.map((notif) => notif.variables || {})),
created_at: new Date(notifications[0].timestamp).toISOString(),
read: null,
job: { ro_number: jobRoNumber }
job: {
ro_number: jobRoNumber,
id: jobId,
__typename: "jobs"
}
};
const baseVariables = {
@@ -377,7 +381,7 @@ const SocketProvider = ({ children, bodyshop, navigate, currentUser }) => {
});
notification.info({
message: (
title: (
<div
onClick={() => {
markNotificationRead({ variables: { id: notificationId } })