Init RBAC read only: composer
[osm/UI.git] / skyquake / plugins / composer / src / src / components / DetailsPanel.js
index a20679f..7af2ad1 100644 (file)
@@ -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;