This commit is contained in:
parent
d29c7863dd
commit
979c79e090
@ -553,7 +553,7 @@ function App() {
|
|||||||
}}
|
}}
|
||||||
tabIndex={0}
|
tabIndex={0}
|
||||||
role="button"
|
role="button"
|
||||||
> <FontAwesomeIcon icon={faComment} style={{ marginRight: '4px' }} />({userPayload.note})</small>}
|
> ({userPayload.note}) <FontAwesomeIcon icon={faComment} className='action-icon' /></small>}
|
||||||
{login === auth.login && canChangeChoice && <span title='Upravit poznámku'>
|
{login === auth.login && canChangeChoice && <span title='Upravit poznámku'>
|
||||||
<FontAwesomeIcon onClick={() => {
|
<FontAwesomeIcon onClick={() => {
|
||||||
setNoteModalOpen(true);
|
setNoteModalOpen(true);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user