digidem / comapeo-mobile

The next version of Mapeo mobile
GNU General Public License v3.0
5 stars 1 forks source link

chore: remove unnecessary select option label helper function #455

Closed EvanHahn closed 2 months ago

EvanHahn commented 3 months ago

We have a helper function, convertSelectOptionsToLabeled, which has two problems:

  1. It gives type errors because neither its parameter nor return types exist any more.
  2. It is not necessary.

This removes the helper function.