Add tip to see more

This commit is contained in:
Ian Philips 2022-06-06 12:01:12 -06:00
parent caa43856af
commit 44b3579cc7

View File

@ -141,7 +141,7 @@ export default function Notifications() {
content: (
<div className={''}>
{allNotificationGroups.length === 0 &&
"You don't have any notifications."}
"You don't have any notifications. Try changing your settings to see more."}
{allNotificationGroups.map((notification) =>
notification.notifications.length === 1 ? (
<NotificationItem