|
@@ -79,6 +79,10 @@ const InAppNotificationElm = (props: Props): JSX.Element | null => {
|
|
|
let actionIcon: string;
|
|
let actionIcon: string;
|
|
|
|
|
|
|
|
switch (actionType) {
|
|
switch (actionType) {
|
|
|
|
|
+ case 'PAGE_LIKE':
|
|
|
|
|
+ actionMsg = 'likes on';
|
|
|
|
|
+ actionIcon = 'icon-like';
|
|
|
|
|
+ break;
|
|
|
case 'PAGE_UPDATE':
|
|
case 'PAGE_UPDATE':
|
|
|
actionMsg = 'updated on';
|
|
actionMsg = 'updated on';
|
|
|
actionIcon = 'ti-agenda';
|
|
actionIcon = 'ti-agenda';
|