Skip to content

Commit

Permalink
fixed buf
Browse files Browse the repository at this point in the history
  • Loading branch information
93Belen authored and hanapotski committed Jun 18, 2024
1 parent c11878c commit 15d3d76
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,9 @@ const ResultsMap = (
],
duration: 2000,
});
dispatch({ type: "TOGGLE_LIST_PANEL" });
if(isMobile){
dispatch({ type: "TOGGLE_LIST_PANEL" });
}
if (!e.features || !e.features.length) {
dispatch({ type: "RESET_SELECTED_ORGANIZATION" });
} else if (stakeholders) {
Expand Down

0 comments on commit 15d3d76

Please sign in to comment.