From 8d39c7d9fcbb7d3aa0e4b8ab5395c5321085872a Mon Sep 17 00:00:00 2001 From: catloversg <152669316+catloversg@users.noreply.github.com> Date: Tue, 9 Jul 2024 01:07:19 +0700 Subject: [PATCH] UI: Only show relevant changes in "Purchased Augmentations" table (#1476) --- src/Augmentation/ui/PlayerMultipliers.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/Augmentation/ui/PlayerMultipliers.tsx b/src/Augmentation/ui/PlayerMultipliers.tsx index 792a3f6ec..205c648ba 100644 --- a/src/Augmentation/ui/PlayerMultipliers.tsx +++ b/src/Augmentation/ui/PlayerMultipliers.tsx @@ -71,8 +71,12 @@ function MultiplierList(props: IMultiplierListProps): React.ReactElement { secondary={ - - + {current !== augmented && ( + <> + + + + )} } disableTypography