diff --git a/src/components/common/Extensions/UserHub/partials/NotificationsTab/partials/Notification/Action/ActionNotification.tsx b/src/components/common/Extensions/UserHub/partials/NotificationsTab/partials/Notification/Action/ActionNotification.tsx index 8545c8130a..7890bca941 100644 --- a/src/components/common/Extensions/UserHub/partials/NotificationsTab/partials/Notification/Action/ActionNotification.tsx +++ b/src/components/common/Extensions/UserHub/partials/NotificationsTab/partials/Notification/Action/ActionNotification.tsx @@ -86,7 +86,7 @@ const ActionNotification: FC = ({ } return formatText({ id: 'action.title' }, titleValues, notification.id); - }, [action, colony, titleValues]); + }, [action, colony, titleValues, notification.id]); const actionTitle = action?.metadata?.customTitle || action?.decisionData?.title || ''; diff --git a/src/components/common/Extensions/UserHub/partials/NotificationsTab/partials/Notification/Expenditure/ExpenditureNotification.tsx b/src/components/common/Extensions/UserHub/partials/NotificationsTab/partials/Notification/Expenditure/ExpenditureNotification.tsx index 4574042e44..27e9c40fec 100644 --- a/src/components/common/Extensions/UserHub/partials/NotificationsTab/partials/Notification/Expenditure/ExpenditureNotification.tsx +++ b/src/components/common/Extensions/UserHub/partials/NotificationsTab/partials/Notification/Expenditure/ExpenditureNotification.tsx @@ -160,7 +160,7 @@ const ExpenditureNotification: FC = ({ actionTitleValues, notification.id, ); - }, [action, actionTitleValues, colony]); + }, [action, actionTitleValues, colony, notification.id]); return (