1
0
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:
Corinne Krych 2018-02-11 18:35:26 +01:00
parent 2781c4304c
commit ea5858b33d

View File

@ -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={{