From 2dde79970da30fe24635328cc9b122b628e9c566 Mon Sep 17 00:00:00 2001 From: csawatzky Date: Wed, 13 Aug 2025 15:46:07 -0600 Subject: [PATCH] hotfix to have the duplicate button available to users with the installer feature flag --- src/bin/BinCardV2.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/BinCardV2.tsx b/src/bin/BinCardV2.tsx index 35fcd12..683e598 100644 --- a/src/bin/BinCardV2.tsx +++ b/src/bin/BinCardV2.tsx @@ -490,7 +490,7 @@ export default function BinCard(props: Props) { return ( - {user.hasFeature("admin") && ( + {user.hasFeature("installer") && (