hotfix to have the duplicate button available to users with the installer feature flag

This commit is contained in:
csawatzky 2025-08-13 15:46:07 -06:00
parent 85ccecdcdc
commit 2dde79970d

View file

@ -490,7 +490,7 @@ export default function BinCard(props: Props) {
return ( return (
<Card style={{ cursor: "pointer" }}> <Card style={{ cursor: "pointer" }}>
{user.hasFeature("admin") && ( {user.hasFeature("installer") && (
<IconButton <IconButton
style={{ style={{
height: 35, height: 35,