From 6cb78672c85075b3de4e2e0f14fa7a242b31a1d0 Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Wed, 15 Mar 2017 21:10:43 -0400 Subject: [PATCH] forgot to add one proptype --- frontend/src/components/MapView/MapButtons.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/MapView/MapButtons.js b/frontend/src/components/MapView/MapButtons.js index 165cdc73..fbfe8a75 100644 --- a/frontend/src/components/MapView/MapButtons.js +++ b/frontend/src/components/MapView/MapButtons.js @@ -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,