matai-2022 / gardenz

Empowering community gardens in New Zealand
0 stars 1 forks source link

Refactor / remove duplicate getGarden() helpers #115

Open alexcoaton opened 2 years ago

alexcoaton commented 2 years ago

We currently have two helpers that do exactly the same thing.

  1. client/views/admin/Gardens/Events/Index/indexHelper.js
  2. client/views/user/Gardens/about/aboutHelper.js

Refactor them into one helper called:

client/getGardenHelper.js.