chore: Update translations
This commit is contained in:
@ -310,9 +310,7 @@ export function NoteCreator() {
|
|||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<input type="text" value={a} onChange={e => changePollOption(i, e.target.value)} />
|
<input type="text" value={a} onChange={e => changePollOption(i, e.target.value)} />
|
||||||
{i > 1 && (
|
{i > 1 && <div className="close-button ml5" onClick={() => removePollOption(i)}></div>}
|
||||||
<div className="close-button ml5" onClick={() => removePollOption(i)}></div>
|
|
||||||
)}
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
))}
|
))}
|
||||||
|
Reference in New Issue
Block a user