mirror of
https://github.com/plankanban/planka.git
synced 2025-12-22 17:25:01 +03:00
Add file attachments
This commit is contained in:
@@ -83,7 +83,7 @@ const NotificationsStep = React.memo(({ items, onDelete, onClose }) => {
|
||||
<>
|
||||
<User
|
||||
name={item.action.user.name}
|
||||
avatar={item.action.user.avatar}
|
||||
avatarUrl={item.action.user.avatarUrl}
|
||||
size="large"
|
||||
/>
|
||||
<span className={styles.content}>{renderItemContent(item)}</span>
|
||||
|
||||
Reference in New Issue
Block a user