mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
fix(feature): remove duplicate description in feature deatil view
This commit is contained in:
parent
2781c4304c
commit
ea5858b33d
@ -96,7 +96,6 @@ export default class ViewFeatureToggleComponent extends React.Component {
|
||||
return (
|
||||
<Card shadow={0} className={commonStyles.fullwidth} style={{ overflow: 'visible' }}>
|
||||
<CardTitle style={{ paddingTop: '24px', wordBreak: 'break-all' }}>{featureToggle.name}</CardTitle>
|
||||
<CardText>{featureToggle.description}</CardText>
|
||||
<CardActions
|
||||
border
|
||||
style={{
|
||||
|
Loading…
Reference in New Issue
Block a user