X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=skyquake%2Fplugins%2Fcomposer%2Fsrc%2Fsrc%2Fcomponents%2FDetailsPanel.js;h=7af2ad14836723101971a1804eca2c1385eb1c36;hb=119e39d96483d5cec756be95cc0cb735fb6f9a74;hp=a20679fd18d38a57ab218b33cb2c67f15e5a250a;hpb=e29efc315df33d546237e270470916e26df391d6;p=osm%2FUI.git diff --git a/skyquake/plugins/composer/src/src/components/DetailsPanel.js b/skyquake/plugins/composer/src/src/components/DetailsPanel.js index a20679fd1..7af2ad148 100644 --- a/skyquake/plugins/composer/src/src/components/DetailsPanel.js +++ b/skyquake/plugins/composer/src/src/components/DetailsPanel.js @@ -1,6 +1,6 @@ /* - * + * * Copyright 2016 RIFT.IO Inc * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -73,4 +73,9 @@ const DetailsPanel = React.createClass({ } }); +DetailsPanel.contextTypes = { + router: React.PropTypes.object, + userProfile: React.PropTypes.object +}; + export default DetailsPanel;