mirror of
https://github.com/ecency/ecency-mobile.git
synced 2025-01-07 06:32:02 +03:00
Update notificationView.js
This commit is contained in:
parent
9370b89b5d
commit
f5c1d7d9cb
@ -172,7 +172,7 @@ class NotificationView extends PureComponent {
|
|||||||
rightIconType="MaterialIcons"
|
rightIconType="MaterialIcons"
|
||||||
onRightIconPress={readAllNotification}
|
onRightIconPress={readAllNotification}
|
||||||
/>
|
/>
|
||||||
{ _notifications.length === 0 && true
|
{ _notifications.length === 0
|
||||||
? <ListPlaceHolder />
|
? <ListPlaceHolder />
|
||||||
: (
|
: (
|
||||||
<FlatList
|
<FlatList
|
||||||
|
Loading…
Reference in New Issue
Block a user