We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17df0c7 commit 3c83c4bCopy full SHA for 3c83c4b
lib/components/form/settings-selector-panel.js
@@ -254,7 +254,7 @@ class SettingsSelectorPanel extends Component {
254
</Col>
255
<Col xs={12} style={{ textAlign: 'center' }}>
256
{transitModes.map((mode, k) => {
257
- return (<div style={{ display: 'inline-block', width: 64 }}>
+ return (<div style={{ display: 'inline-block', width: 64 }} key={k}>
258
<ModeButton
259
enabled={modeHasTransit}
260
active={this._modeIsActive(mode)}
0 commit comments