Skip to content

Commit bc4b8d4

Browse files
committed
removed unnecessary rename of uncategorized recipes category name
Signed-off-by: Sebastian Fey <[email protected]>
1 parent 2221441 commit bc4b8d4

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)