Improving about modal and colon issue with webhooks (#3343)

Updating word break

Updating improvements for about modal
Этот коммит содержится в:
Asaad Mahmood
2016-06-16 17:42:38 +05:00
коммит произвёл Harrison Healey
родитель e1703d8800
Коммит 4e38796e69
8 изменённых файлов: 66 добавлений и 56 удалений

Просмотреть файл

@@ -64,7 +64,7 @@ export default class UserProfile extends React.Component {
}
if (this.props.disablePopover) {
return <div>{name}</div>;
return <div className='user-popover'>{name}</div>;
}
var dataContent = [];