IMPORTANT: When reviewing, ensure that #152 remains resolved.
Why is this change necessary?
Filtered developments on page load were being cleared by an unnecessary set call.
How does it address the issue?
This PR removes the unnecessary call and confirms that the call did not actually solve the problem that it was meant to solve. It was originally added in #161 to resolve #152 but it appears we can delete developments off the map without this line now.
Resolves #193.
IMPORTANT: When reviewing, ensure that #152 remains resolved.
Why is this change necessary? Filtered developments on page load were being cleared by an unnecessary set call.
How does it address the issue? This PR removes the unnecessary call and confirms that the call did not actually solve the problem that it was meant to solve. It was originally added in #161 to resolve #152 but it appears we can delete developments off the map without this line now.