1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-23 00:22:19 +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 63e0fc6568
commit ae252a7ad3

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