|
@@ -81,6 +81,10 @@ const InAppNotificationElm = (props: Props): JSX.Element => {
|
|
|
actionMsg = 'renamed';
|
|
actionMsg = 'renamed';
|
|
|
actionIcon = 'icon-action-redo';
|
|
actionIcon = 'icon-action-redo';
|
|
|
break;
|
|
break;
|
|
|
|
|
+ case 'PAGE_DELETE':
|
|
|
|
|
+ actionMsg = 'deleted';
|
|
|
|
|
+ actionIcon = 'icon-trash';
|
|
|
|
|
+ break;
|
|
|
case 'COMMENT_CREATE':
|
|
case 'COMMENT_CREATE':
|
|
|
actionMsg = 'commented on';
|
|
actionMsg = 'commented on';
|
|
|
actionIcon = 'icon-bubble';
|
|
actionIcon = 'icon-bubble';
|