diff --git a/web/pages/notifications.tsx b/web/pages/notifications.tsx index f5ba6d8e..8e3188aa 100644 --- a/web/pages/notifications.tsx +++ b/web/pages/notifications.tsx @@ -271,18 +271,20 @@ function IncomeNotificationGroupItem(props: { )} -
-
setExpanded(!expanded)} - className={'line-clamp-1 cursor-pointer pl-1 sm:pl-0'} - > - +
setExpanded(!expanded)} + > +
+
{'Daily Income Summary: '} {'+' + formatMoney(totalIncome)} - - +
+
+ +
@@ -468,20 +470,25 @@ function NotificationGroupItem(props: { )} -
- - {sourceContractTitle ? ( - +
+ {sourceContractTitle ? ( +
+
Activity on - - ) : ( - - Other activity +
+
- - )} - +
+
+ ) : ( + + Other activity + + + )}
@@ -617,32 +624,37 @@ function NotificationItem(props: { className={'mr-2'} username={sourceUserName} /> - -
- - - {sourceUpdateType != 'closed' && ( - - )} - {getReasonForShowingNotification(notification, false, true)} - {hideTitle && ( - - )} - - {!hideTitle && } - {!hideTitle && ( - - - +
+
+
+ + {getReasonForShowingNotification( + notification, + false, + hideTitle )} - + + {!hideTitle && } + {hideTitle && ( + + )} +
- + {!hideTitle && ( +
+ +
+ )} +