From 47593a9922bcb29b6b991a286f2bfba4e34073f0 Mon Sep 17 00:00:00 2001 From: Faizaan Gagan Date: Wed, 2 Aug 2023 23:18:18 +0530 Subject: [PATCH] DEV: added a plugin outlet to reviewable-item (#22934) * DEV: added a plugin outlet to reviewable-item * fix linting --- .../discourse/app/components/reviewable-item.hbs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/assets/javascripts/discourse/app/components/reviewable-item.hbs b/app/assets/javascripts/discourse/app/components/reviewable-item.hbs index 6616d1d573c..6f1d6b48c7e 100644 --- a/app/assets/javascripts/discourse/app/components/reviewable-item.hbs +++ b/app/assets/javascripts/discourse/app/components/reviewable-item.hbs @@ -130,6 +130,10 @@ {{/if}} {{/if}} {{/if}} + - \ No newline at end of file