mirror of
https://github.com/plankanban/planka.git
synced 2025-12-27 09:14:59 +03:00
Add file attachments
This commit is contained in:
@@ -60,7 +60,7 @@ const Filter = React.memo(
|
||||
<span key={user.id} className={styles.filterItem}>
|
||||
<User
|
||||
name={user.name}
|
||||
avatar={user.avatar}
|
||||
avatarUrl={user.avatarUrl}
|
||||
size="small"
|
||||
onClick={() => handleUserRemoveClick(user.id)}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user