Update notificationView.js

This commit is contained in:
uğur erdal 2019-05-19 13:59:59 +03:00 committed by GitHub
parent 9370b89b5d
commit f5c1d7d9cb

View File

@ -172,7 +172,7 @@ class NotificationView extends PureComponent {
rightIconType="MaterialIcons"
onRightIconPress={readAllNotification}
/>
{ _notifications.length === 0 && true
{ _notifications.length === 0
? <ListPlaceHolder />
: (
<FlatList