diff --git a/web/pages/notifications.tsx b/web/pages/notifications.tsx
index 569f8ef8..e20b6028 100644
--- a/web/pages/notifications.tsx
+++ b/web/pages/notifications.tsx
@@ -83,16 +83,16 @@ export default function Notifications() {
{paginatedNotificationGroups.length === 0 &&
"You don't have any notifications. Try changing your settings to see more."}
{paginatedNotificationGroups.map((notification) =>
- notification.notifications.length === 1 ? (
-
- ) : notification.type === 'income' ? (
+ notification.type === 'income' ? (
+ ) : notification.notifications.length === 1 ? (
+
) : (