diff --git a/src/components/Notification/index.jsx b/src/components/Notification/index.jsx index 5ba45a594..e595e8d66 100644 --- a/src/components/Notification/index.jsx +++ b/src/components/Notification/index.jsx @@ -71,11 +71,14 @@ function Notifications() {
- {notification.message} - + {notification.message} from{" "} + {notification.senderName - ? ` from ${notification.senderName}.` - : ""} + ? notification.senderName + : ""}.