From 372aef0dc2eb48889f269bf174b3ba5b51c988ac Mon Sep 17 00:00:00 2001 From: Spacebean Date: Tue, 24 Sep 2024 16:49:34 -0600 Subject: [PATCH] feat: fix l2l conv --- .../components/Silo/Actions/LambdaConvert.tsx | 44 ++++++++++--------- 1 file changed, 24 insertions(+), 20 deletions(-) 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)} + /> + + + )}