diff options
author | ankit-thanekar007 <ankit.thanekar007@gmail.com> | 2021-05-03 10:18:00 -0700 |
---|---|---|
committer | ankit-thanekar007 <ankit.thanekar007@gmail.com> | 2021-05-03 10:18:00 -0700 |
commit | 840e144e48fe90b33ce9ab713ca02a696887b8ea (patch) | |
tree | 4520549d8489e11546bbcea1f617f3bb38d438cf /src/screens/main/NotificationsScreen.tsx | |
parent | caac607ed90c35ad8d4b2787b170e1fd1f165333 (diff) |
tma-822-base changes
Diffstat (limited to 'src/screens/main/NotificationsScreen.tsx')
-rw-r--r-- | src/screens/main/NotificationsScreen.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/main/NotificationsScreen.tsx b/src/screens/main/NotificationsScreen.tsx index 3efd9af8..06a61f04 100644 --- a/src/screens/main/NotificationsScreen.tsx +++ b/src/screens/main/NotificationsScreen.tsx @@ -304,7 +304,7 @@ const NotificationsScreen: React.FC = () => { extraData={requestLimit} ListEmptyComponent={ <View style={styles.emptyViewContainer}> - <EmptyNotificationView /> + <EmptyNotificationView viewType={'Notification'} /> </View> } /> |