From 81a21a3d84114e93fe6e74be2c2f68f71bac49e8 Mon Sep 17 00:00:00 2001 From: uncoolzero <107518216+uncoolzero@users.noreply.github.com> Date: Wed, 10 Apr 2024 23:56:32 -0300 Subject: [PATCH] fix silo whitelist table --- projects/ui/src/components/Silo/Whitelist.tsx | 40 +++++++++++++++---- 1 file changed, 32 insertions(+), 8 deletions(-) diff --git a/projects/ui/src/components/Silo/Whitelist.tsx b/projects/ui/src/components/Silo/Whitelist.tsx index 5b4ba14e7a..5e0fcd0684 100644 --- a/projects/ui/src/components/Silo/Whitelist.tsx +++ b/projects/ui/src/components/Silo/Whitelist.tsx @@ -107,10 +107,10 @@ const Whitelist: FC<{ }} > - + Token - + Rewards @@ -262,7 +262,7 @@ const Whitelist: FC<{ */} @@ -305,7 +305,7 @@ const Whitelist: FC<{ */ @@ -338,13 +338,37 @@ const Whitelist: FC<{ - - - - )} + {/** + * Cell: Bean APY + */} + {!isDeprecated && ( + + + + )} + {/** + * Cell: Stalk APY + */} + {!isDeprecated && ( + + + + )} {/** * Cell: TVD */}