From e955f54f61bf59ee137e99ee13362f0649685028 Mon Sep 17 00:00:00 2001 From: dannyrb Date: Thu, 30 May 2019 12:08:46 -0400 Subject: [PATCH] Update incorrect icon name in labeling flow --- src/components/Labelling/LabellingFlow.js | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/src/components/Labelling/LabellingFlow.js b/src/components/Labelling/LabellingFlow.js index c0e15d412..5fdebd145 100644 --- a/src/components/Labelling/LabellingFlow.js +++ b/src/components/Labelling/LabellingFlow.js @@ -1,14 +1,12 @@ +import { Icon, SelectTree } from 'react-viewerbase'; import React, { Component } from 'react'; -import PropTypes from 'prop-types'; - -import cloneDeep from 'lodash.clonedeep'; -import bounding from '../../lib/utils/bounding.js'; import LabellingTransition from './LabellingTransition.js'; -import { SelectTree, Icon } from 'react-viewerbase'; -import { getAddLabelButtonStyle } from './labellingPositionUtils.js'; - import OHIFLabellingData from './OHIFLabellingData.js'; +import PropTypes from 'prop-types'; +import bounding from '../../lib/utils/bounding.js'; +import cloneDeep from 'lodash.clonedeep'; +import { getAddLabelButtonStyle } from './labellingPositionUtils.js'; export default class LabellingFlow extends Component { static propTypes = { @@ -123,7 +121,7 @@ export default class LabellingFlow extends Component { className="checkIconWrapper" onClick={this.fadeOutAndLeaveFast} > - +
{locationLabel}