angel-git / tarkov-stash

spt tarkov profile stash editor ui
https://angel-git.github.io/tarkov-stash/
2 stars 1 forks source link

categories are not filtered when using another locale than english #173

Closed angel-git closed 1 month ago

angel-git commented 1 month ago

This should take into account the locale or filter in backend

      // remove wrong categories
      categories = Array.from(categoriesSet)
        .filter((c) => c !== 'inventory')
        .filter((c) => c !== UNKNOWN_CATEGORY)
        .sort();
angel-git commented 1 month ago