Update notificationView.js

This commit is contained in:
uğur erdal 2019-05-19 13:59:59 +03:00 committed by GitHub
parent f979fce3f9
commit 82691637a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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