tech: updated ngreact and with custom PR applied

This commit is contained in:
Torkel Ödegaard
2017-12-08 12:26:19 +01:00
parent e03abde778
commit 2bc23d2063
6 changed files with 302 additions and 5 deletions

View File

@@ -160,7 +160,6 @@ export class DashboardGrid extends React.Component<DashboardGridProps, any> {
}
render() {
console.log('animated', this.state.animated);
return (
<SizedReactLayoutGrid
className={classNames({'layout': true, 'animated': this.state.animated})}