Change user size on card, save card description on click outside, prevent list deletion if any filter is active

This commit is contained in:
Maksim Eltyshev
2020-04-30 05:27:46 +05:00
parent febc614ce8
commit ba2017705b
11 changed files with 74 additions and 38 deletions

View File

@@ -61,7 +61,7 @@ const Filter = React.memo(
<User
name={user.name}
avatarUrl={user.avatarUrl}
size="small"
size="tiny"
onClick={() => handleUserRemoveClick(user.id)}
/>
</span>