DEV: It doesn't make sense for a filterMode to be weekly, quarterly, etc

This commit is contained in:
Daniel Waterworth 2019-11-11 18:32:22 +00:00
parent da04c602ba
commit 211410c3b9
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ export default Component.extend({
navItems(filterMode, category, noSubcategories) {
// we don't want to show the period in the navigation bar since it's in a dropdown
if (filterMode.indexOf("top/") === 0) {
filterMode = filterMode.replace("top/", "");
filterMode = "top";
}
let params;