mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
Simple view fix for application details
This commit is contained in:
parent
b70b3bb452
commit
3267df5255
@ -64,7 +64,7 @@ class ClientApplications extends PureComponent {
|
|||||||
} = application;
|
} = application;
|
||||||
|
|
||||||
const content = this.state.activeTab === 0 ? (
|
const content = this.state.activeTab === 0 ? (
|
||||||
<Grid>
|
<Grid style={{ margin: 0 }}>
|
||||||
<Cell col={6} tablet={4} phone={12}>
|
<Cell col={6} tablet={4} phone={12}>
|
||||||
<h6> Toggles</h6>
|
<h6> Toggles</h6>
|
||||||
<hr />
|
<hr />
|
||||||
|
Loading…
Reference in New Issue
Block a user