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