mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-16 18:03:14 +03:00
fixed favorite notification type key typo
This commit is contained in:
parent
cf896cd049
commit
09d4c2f735
@ -56,7 +56,7 @@ const NotificationLineView = ({
|
||||
if (
|
||||
notification.type === 'vote' ||
|
||||
notification.type === 'reblog' ||
|
||||
notification.type === 'favorite' ||
|
||||
notification.type === 'favorites' ||
|
||||
(notification.type === 'mention' && notification.post)
|
||||
) {
|
||||
_moreinfo = notification.title || notification.permlink;
|
||||
|
@ -141,7 +141,7 @@
|
||||
"unvote": "downvoted",
|
||||
"reply": "replied to",
|
||||
"mention": "mentioned in",
|
||||
"favorite": "made new post",
|
||||
"favorites": "made new post",
|
||||
"follow": "followed you",
|
||||
"unfollow": "unfollowed you",
|
||||
"ignore": "ignored you",
|
||||
|
Loading…
Reference in New Issue
Block a user