Remove typo in names
This commit is contained in:
parent
7f52bade3e
commit
f583af0f20
@ -3,7 +3,7 @@ import { ToolbarSection } from 'react-viewerbase';
|
|||||||
import OHIF from 'ohif-core';
|
import OHIF from 'ohif-core';
|
||||||
|
|
||||||
const { setToolActive } = OHIF.redux.actions;
|
const { setToolActive } = OHIF.redux.actions;
|
||||||
const Icons = `${window.config.routerBasenameicons}icons.svg`;
|
const Icons = `${window.config.routerBasename}icons.svg`;
|
||||||
|
|
||||||
const mapStateToProps = state => {
|
const mapStateToProps = state => {
|
||||||
const activeButton = state.tools.buttons.find(tool => tool.active === true);
|
const activeButton = state.tools.buttons.find(tool => tool.active === true);
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
import React from 'react'
|
import React from 'react'
|
||||||
import './OHIFLogo.css'
|
import './OHIFLogo.css'
|
||||||
|
|
||||||
const Icons = `${window.config.routerBasenameicons}icons.svg`
|
const Icons = `${window.config.routerBasename}icons.svg`
|
||||||
|
|
||||||
function OHIFLogo() {
|
function OHIFLogo() {
|
||||||
return (
|
return (
|
||||||
|
|||||||
@ -36,7 +36,7 @@ const mergeProps = (propsFromState, propsFromDispatch, ownProps) => {
|
|||||||
|
|
||||||
// TODO: Do not display certain options if the current display set
|
// TODO: Do not display certain options if the current display set
|
||||||
// cannot be displayed using these view types
|
// cannot be displayed using these view types
|
||||||
const Icons = `${window.config.routerBasenameicons}icons.svg`
|
const Icons = `${window.config.routerBasename}icons.svg`
|
||||||
const buttons = [
|
const buttons = [
|
||||||
{
|
{
|
||||||
text: 'Acquired',
|
text: 'Acquired',
|
||||||
|
|||||||
@ -6,7 +6,7 @@ import ConnectedLayoutButton from './ConnectedLayoutButton'
|
|||||||
import ConnectedPluginSwitch from './ConnectedPluginSwitch.js'
|
import ConnectedPluginSwitch from './ConnectedPluginSwitch.js'
|
||||||
import './ToolbarRow.css'
|
import './ToolbarRow.css'
|
||||||
|
|
||||||
const Icons = `${window.config.routerBasenameicons}icons.svg`
|
const Icons = `${window.config.routerBasename}icons.svg`
|
||||||
|
|
||||||
class ToolbarRow extends Component {
|
class ToolbarRow extends Component {
|
||||||
static propTypes = {
|
static propTypes = {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user