about summary refs log tree commit diff
path: root/src/view/screens/Notifications.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/screens/Notifications.tsx')
-rw-r--r--src/view/screens/Notifications.tsx5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/view/screens/Notifications.tsx b/src/view/screens/Notifications.tsx
index df84b541b..67507d009 100644
--- a/src/view/screens/Notifications.tsx
+++ b/src/view/screens/Notifications.tsx
@@ -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>
     )