mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-20 11:51:52 +03:00
Update notificationView.js
This commit is contained in:
parent
f979fce3f9
commit
82691637a1
@ -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