|
|
@@ -11,7 +11,6 @@ interface Props {
|
|
|
notification: IInAppNotification & HasObjectId
|
|
|
}
|
|
|
|
|
|
-// TODO 81946 Return to not nullable
|
|
|
const InAppNotificationElm = (props: Props): JSX.Element => {
|
|
|
|
|
|
const { notification } = props;
|
|
|
@@ -72,7 +71,6 @@ const InAppNotificationElm = (props: Props): JSX.Element => {
|
|
|
const actionUsers = getActionUsers();
|
|
|
|
|
|
// TODO: 82528 Swap target.path and snapshot.path
|
|
|
- // const pagePath = { path: props.notification?.target.path };
|
|
|
const pagePath = { path: 'test-page' };
|
|
|
|
|
|
const actionType: string = notification.action;
|