chore: build warnings preventing demo deploy
This commit is contained in:
parent
7efdb40607
commit
64a9e38de4
@ -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`
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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';
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user