Give the SRH its prop back

This commit is contained in:
Luke Barnard 2017-04-27 17:58:02 +01:00
parent 791f7f7f6b
commit 88abe54ffe

View File

@ -44,6 +44,9 @@ export default React.createClass({
title: React.PropTypes.string,
onCancelClick: React.PropTypes.func,
// is the RightPanel collapsed?
collapsedRhs: React.PropTypes.bool,
// `src` to a TintableSvg. Optional.
icon: React.PropTypes.string,
},