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