forgot to add one proptype

This commit is contained in:
Connor Turland 2017-03-15 21:10:43 -04:00
parent 40c92cd8dc
commit 6cb78672c8

View file

@ -9,6 +9,7 @@ class MapButtons extends Component {
onImportClick: PropTypes.func,
onForkClick: PropTypes.func,
onFilterClick: PropTypes.func,
filterData: PropTypes.object,
allForFiltering: PropTypes.object,
visibleForFiltering: PropTypes.object,
toggleMetacode: PropTypes.func,