diff --git a/projects/ui/src/components/Silo/Actions/LambdaConvert.tsx b/projects/ui/src/components/Silo/Actions/LambdaConvert.tsx index 4c93aac0a..46f5a706b 100644 --- a/projects/ui/src/components/Silo/Actions/LambdaConvert.tsx +++ b/projects/ui/src/components/Silo/Actions/LambdaConvert.tsx @@ -260,26 +260,30 @@ const LambdaConvert = ({ )} - - - - Combine Deposits of the same asset into one Deposit - - setCombine((prev) => !prev)} - /> - - + {selected.size > 1 && ( + + + + Combine Deposits of the same asset into one Deposit + + setCombine((prev) => !prev)} + /> + + + )}