chore: build warnings preventing demo deploy

This commit is contained in:
dannyrb 2019-06-09 22:09:37 -04:00
parent 7efdb40607
commit 64a9e38de4
2 changed files with 4 additions and 5 deletions

View File

@ -39,7 +39,7 @@ class Header extends Component {
super(props); super(props);
this.state = { isUserPreferencesOpen: false }; this.state = { isUserPreferencesOpen: false };
const onClick = this.toggleUserPreferences.bind(this); // const onClick = this.toggleUserPreferences.bind(this);
this.options = [ this.options = [
// { // {
@ -70,9 +70,8 @@ class Header extends Component {
} }
onUserPreferencesSave({ windowLevelData, hotKeysData }) { onUserPreferencesSave({ windowLevelData, hotKeysData }) {
console.log(windowLevelData); // console.log(windowLevelData);
console.log(hotKeysData); // console.log(hotKeysData);
// TODO: Update hotkeysManager // TODO: Update hotkeysManager
// TODO: reset `this.hotKeysData` // TODO: reset `this.hotKeysData`
} }

View File

@ -2,7 +2,7 @@ import './ViewerMain.css';
import { Component } from 'react'; import { Component } from 'react';
import ConnectedLayoutManager from './ConnectedLayoutManager.js'; import ConnectedLayoutManager from './ConnectedLayoutManager.js';
import { OHIF } from 'ohif-core'; // import { OHIF } from 'ohif-core';
import PropTypes from 'prop-types'; import PropTypes from 'prop-types';
import React from 'react'; import React from 'react';