From: KIRAN KASHALKAR Date: Sat, 22 Oct 2016 21:01:58 +0000 (+0000) Subject: NOTICKET - unnecessary react-breadcrumbs ref commented out X-Git-Tag: v1.0.1~9 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FUI.git;a=commitdiff_plain;h=1c4e067633433743b4879abbde59518c5b2902e2 NOTICKET - unnecessary react-breadcrumbs ref commented out Signed-off-by: KIRAN KASHALKAR --- diff --git a/skyquake/framework/widgets/skyquake_container/skyquakeContainer.jsx b/skyquake/framework/widgets/skyquake_container/skyquakeContainer.jsx index 53a382feb..bf036e264 100644 --- a/skyquake/framework/widgets/skyquake_container/skyquakeContainer.jsx +++ b/skyquake/framework/widgets/skyquake_container/skyquakeContainer.jsx @@ -22,7 +22,7 @@ import SkyquakeNav from './skyquakeNav.jsx'; import EventCenter from './eventCenter.jsx'; import SkyquakeContainerActions from './skyquakeContainerActions.js' import SkyquakeContainerStore from './skyquakeContainerStore.js'; -import Breadcrumbs from 'react-breadcrumbs'; +// import Breadcrumbs from 'react-breadcrumbs'; import Utils from 'utils/utils.js'; import _ from 'lodash'; import Crouton from 'react-crouton';