Skip to content

Commit e0d7550

Browse files
committed
removed unnecessary rename of uncategorized recipes category name
1 parent 2221441 commit e0d7550

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/AppNavi.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,6 @@ export default {
245245
for (let i=0; i<json.length; i++) {
246246
if (json[i].name === '*') {
247247
this.uncatRecipes = parseInt(json[i].recipe_count)
248-
json[i].name = "Uncategorized"
249248
} else {
250249
this.categories.push({
251250
name: json[i].name,

0 commit comments

Comments
 (0)