From 26b9500983bd1915946e15f9f4b9fb4407a7d18e Mon Sep 17 00:00:00 2001 From: David Taylor Date: Fri, 7 Oct 2022 19:34:28 +0100 Subject: [PATCH] DEV: Fix `bread-crumbs-right` `currentCategory` argument (#18491) --- .../discourse/app/templates/components/bread-crumbs.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/discourse/app/templates/components/bread-crumbs.hbs b/app/assets/javascripts/discourse/app/templates/components/bread-crumbs.hbs index cb0ea1ecafc..b198aebbd12 100644 --- a/app/assets/javascripts/discourse/app/templates/components/bread-crumbs.hbs +++ b/app/assets/javascripts/discourse/app/templates/components/bread-crumbs.hbs @@ -33,7 +33,7 @@ additionalTags=this.additionalTags noSubcategories=this.noSubcategories showTagsSection=this.showTagsSection - currentCategory=this.currentCategory + currentCategory=this.category categoryBreadcrumbs=this.categoryBreadcrumbs editingCategory=this.editingCategory editingCategoryTab=this.editingCategoryTab