fix lint errors
This commit is contained in:
parent
04468eb1b7
commit
7e555ecc1b
2 changed files with 10 additions and 4 deletions
|
@ -98,7 +98,10 @@ export const NotificationsScreen = withAuthRequired(
|
|||
/>
|
||||
{store.me.notifications.hasNewLatest &&
|
||||
!store.me.notifications.isRefreshing && (
|
||||
<LoadLatestBtn onPress={onPressLoadLatest} label="Load new notifications" />
|
||||
<LoadLatestBtn
|
||||
onPress={onPressLoadLatest}
|
||||
label="Load new notifications"
|
||||
/>
|
||||
)}
|
||||
</View>
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue