Skip to content

Commit 18b78d7

Browse files
Xaohssvenvandescheur
authored andcommittedOct 15, 2024
👌 - fix: pr fixes
1 parent e1c7961 commit 18b78d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎frontend/src/pages/landing/Landing.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ export const Landing = () => {
241241
),
242242
size: "xs",
243243
variant: "primary",
244-
disabled: !canStartDestructionList(user),
244+
hidden: !canStartDestructionList(user),
245245
onClick: () => navigate("/destruction-lists/create"),
246246
},
247247
],

0 commit comments

Comments
 (0)
Please sign in to comment.