hide for now

This commit is contained in:
gabrielburnworth 2018-08-29 18:08:34 -07:00
parent d6b7d09653
commit 716ebdd293

View file

@ -113,7 +113,7 @@ export function PlantPanel(props: PlantPanelProps) {
</ListItem>
</ul>
<button className="fb-button gray"
hidden={true}
hidden={!localStorage.getItem("FUTURE_FEATURES")}
onClick={() => {
dispatch({
type: Actions.CHOOSE_LOCATION,