mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
Remove Append
This commit is contained in:
parent
511e76ca4c
commit
4273db8a52
|
@ -183,11 +183,9 @@ class DemoApp extends React.Component<Props> {
|
|||
/>
|
||||
))}
|
||||
</FormControl>
|
||||
<InputGroup.Append>
|
||||
<a onClick={this.toggleTheme} style={styles.link}>
|
||||
{options.dark ? 'Light theme' : 'Dark theme'}
|
||||
</a>
|
||||
</InputGroup.Append>
|
||||
</InputGroup>
|
||||
</Col>
|
||||
</FormGroup>
|
||||
|
|
Loading…
Reference in New Issue
Block a user