poznamka, pak icon
All checks were successful
ci/woodpecker/push/workflow Pipeline was successful

This commit is contained in:
batmanisko 2025-11-03 13:43:20 +01:00
parent d29c7863dd
commit 979c79e090

View File

@ -553,7 +553,7 @@ function App() {
}}
tabIndex={0}
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'>
<FontAwesomeIcon onClick={() => {
setNoteModalOpen(true);