hotfix to have the duplicate button available to users with the installer feature flag
This commit is contained in:
parent
85ccecdcdc
commit
2dde79970d
1 changed files with 1 additions and 1 deletions
|
|
@ -490,7 +490,7 @@ export default function BinCard(props: Props) {
|
|||
|
||||
return (
|
||||
<Card style={{ cursor: "pointer" }}>
|
||||
{user.hasFeature("admin") && (
|
||||
{user.hasFeature("installer") && (
|
||||
<IconButton
|
||||
style={{
|
||||
height: 35,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue