aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/screens/main/NotificationsScreen.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/screens/main/NotificationsScreen.tsx b/src/screens/main/NotificationsScreen.tsx
index 7a88c5be..74bcf906 100644
--- a/src/screens/main/NotificationsScreen.tsx
+++ b/src/screens/main/NotificationsScreen.tsx
@@ -19,7 +19,7 @@ import {
} from 'react-native';
import {SafeAreaView} from 'react-native-safe-area-context';
import {useDispatch, useSelector} from 'react-redux';
-import {TaggPrompt} from '../../components';
+import {TabsGradient, TaggPrompt} from '../../components';
import {Notification} from '../../components/notifications';
import {
loadUserNotifications,
@@ -212,6 +212,7 @@ const NotificationsScreen: React.FC = () => {
}
/>
</SafeAreaView>
+ <TabsGradient />
</View>
);
};