fix new poll key warning
This commit is contained in:
parent
b6a29fb56d
commit
b4f91f443e
@ -313,9 +313,8 @@ class Poll extends Component {
|
||||
if (o.val.length > 0) hasVal = true;
|
||||
const pollOptionKey = `poll-option-${i}`;
|
||||
return (
|
||||
<span>
|
||||
<span key={pollOptionKey}>
|
||||
<div
|
||||
key={pollOptionKey}
|
||||
style={{
|
||||
display: 'flex',
|
||||
justifyContent: 'spaceBetween',
|
||||
|
Loading…
Reference in New Issue
Block a user