From 7560c0652c9ce95c2b5418f42299998d4b79b168 Mon Sep 17 00:00:00 2001 From: Keegan George Date: Mon, 8 May 2023 12:20:51 -0700 Subject: [PATCH] DEV: Add plugin outlet to `` component (#21437) --- .../app/templates/mobile/components/navigation-bar.hbs | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/app/assets/javascripts/discourse/app/templates/mobile/components/navigation-bar.hbs b/app/assets/javascripts/discourse/app/templates/mobile/components/navigation-bar.hbs index 59e5715d8c2..7bf9c105d20 100644 --- a/app/assets/javascripts/discourse/app/templates/mobile/components/navigation-bar.hbs +++ b/app/assets/javascripts/discourse/app/templates/mobile/components/navigation-bar.hbs @@ -20,4 +20,10 @@ @outletArgs={{hash category=this.category filterMode=this.filterMode}} /> -{{/if}} \ No newline at end of file +{{/if}} + + \ No newline at end of file