diff options
author | Ivan Chen <ivan@tagg.id> | 2021-02-01 17:58:44 -0500 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-02-01 17:58:44 -0500 |
commit | 3e6e2834aead9ee8e7f16fabcaf89e7f2a4263c2 (patch) | |
tree | f99c52c322d502cf58ec4dcecf9f7e010dac027e /src/components/notifications/Notification.tsx | |
parent | c758829621b78aadfb17c52da81aa2cba28dbf4d (diff) |
to MOM
Diffstat (limited to 'src/components/notifications/Notification.tsx')
-rw-r--r-- | src/components/notifications/Notification.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/notifications/Notification.tsx b/src/components/notifications/Notification.tsx index 265c21b1..fc3119ed 100644 --- a/src/components/notifications/Notification.tsx +++ b/src/components/notifications/Notification.tsx @@ -166,8 +166,8 @@ const Notification: React.FC<NotificationProps> = (props) => { }, 500); } break; - case 'MOMENT_3+': - case 'MOMENT_FRIEND': + case 'MOM_3+': + case 'MOM_FRIEND': const object = notification_object as MomentType; await fetchUserX( dispatch, |