Skip to content

Commit

Permalink
fix: notification spacing (#1938)
Browse files Browse the repository at this point in the history
  • Loading branch information
RiXelanya authored Jan 24, 2024
1 parent 9b83c82 commit 82ef216
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ export const useNotificationList = (
avatar: notification.fromUserId.profilePictureURL,
description:
i18n.t('Notification.Description.Post_Comment') +
'\n' +
parseText(notification.message),
badge: (
<div className={style.circle}>
Expand Down

0 comments on commit 82ef216

Please sign in to comment.