diff options
Diffstat (limited to 'app/client/common/views/new.view.js')
| -rw-r--r-- | app/client/common/views/new.view.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/client/common/views/new.view.js b/app/client/common/views/new.view.js index a6ab3b1..a417bfc 100644 --- a/app/client/common/views/new.view.js +++ b/app/client/common/views/new.view.js @@ -22,11 +22,11 @@ export default class NewView extends Component { render(){ const { module, history, db, path } = this.props return ( - <div class={'app new-view ' + module.name}> - <div class='heading'> + <div className={'app new-view ' + module.name}> + <div className='heading'> <h1>{module.displayName || module.name}</h1> </div> - <div class='col narrow'> + <div className='col narrow'> <NewDatasetForm module={module} history={history} |
