Add tip to see more
This commit is contained in:
parent
caa43856af
commit
44b3579cc7
|
@ -141,7 +141,7 @@ export default function Notifications() {
|
||||||
content: (
|
content: (
|
||||||
<div className={''}>
|
<div className={''}>
|
||||||
{allNotificationGroups.length === 0 &&
|
{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) =>
|
{allNotificationGroups.map((notification) =>
|
||||||
notification.notifications.length === 1 ? (
|
notification.notifications.length === 1 ? (
|
||||||
<NotificationItem
|
<NotificationItem
|
||||||
|
|
Loading…
Reference in New Issue
Block a user