Fix key warning (#93)

pull/94/head
Christopher Chedeau 5 years ago committed by GitHub
parent c077403eec
commit 8605af2b54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -753,7 +753,7 @@ class App extends React.Component<{}, AppState> {
<fieldset>
<legend>Shapes</legend>
{SHAPES.map(({ value, label }) => (
<label>
<label key={value}>
<input
type="radio"
checked={this.state.elementType === value}

Loading…
Cancel
Save