From d96f0fe857d783105f885de4f6f968528115afe6 Mon Sep 17 00:00:00 2001 From: Oleh Paduchak Date: Sat, 28 Dec 2024 13:15:09 +0200 Subject: [PATCH] removed pencil for admin while viewing addon configured by other user --- app/guid-node/addons/index/template.hbs | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/app/guid-node/addons/index/template.hbs b/app/guid-node/addons/index/template.hbs index 97ed3320b7..12caf9a69d 100644 --- a/app/guid-node/addons/index/template.hbs +++ b/app/guid-node/addons/index/template.hbs @@ -169,15 +169,17 @@ > {{configuredAddon.displayName}} - + {{#if configuredAddon.currentUserIsOwner}} + + {{/if}}