From b9e641ae0dd7d1cadf07f0abe053a8ff9d6eb362 Mon Sep 17 00:00:00 2001 From: Kane Wu Date: Wed, 26 Apr 2023 11:06:32 +0800 Subject: [PATCH] demo change --- app/screens/notifications/NotificationsScreen.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/screens/notifications/NotificationsScreen.js b/app/screens/notifications/NotificationsScreen.js index d6ef9199..c3515b3b 100644 --- a/app/screens/notifications/NotificationsScreen.js +++ b/app/screens/notifications/NotificationsScreen.js @@ -39,6 +39,7 @@ function NotificationsScreen(props) { useState(false); const paginationParams = useRef({}); const [sortBy, setSortBy] = useState(''); + const change = 'A contrived change'; const { handlePullToRefresh, getMoreNotifications } = useNotifications( notificationType, setIsError,