From 91daab18dbd51d0fd020cbcc733abdfa4a773692 Mon Sep 17 00:00:00 2001 From: cesarLima1 <105736261+cesarLima1@users.noreply.github.com> Date: Thu, 29 Aug 2024 15:48:23 -0400 Subject: [PATCH] [TM-1211] progress bar hectars under restoration (#472) * [TM-1211] remove dark line if value is 0 in hectareas under restoration * [TM-1211] edit position Hectares Under Restoration * [TM-1211] update storyshot --------- Co-authored-by: Dotty --- .../elements/Cards/GoalProgressCard/GoalProgressCard.tsx | 2 +- .../__snapshots__/GoalProgressCard.stories.storyshot | 2 +- src/pages/project/[uuid]/tabs/Overview.tsx | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/elements/Cards/GoalProgressCard/GoalProgressCard.tsx b/src/components/elements/Cards/GoalProgressCard/GoalProgressCard.tsx index e377cde3b..dfa87f3f4 100644 --- a/src/components/elements/Cards/GoalProgressCard/GoalProgressCard.tsx +++ b/src/components/elements/Cards/GoalProgressCard/GoalProgressCard.tsx @@ -51,7 +51,7 @@ const GoalProgressCard: FC = ({ diff --git a/src/pages/project/[uuid]/tabs/Overview.tsx b/src/pages/project/[uuid]/tabs/Overview.tsx index 96b6fb048..a8d4baa0a 100644 --- a/src/pages/project/[uuid]/tabs/Overview.tsx +++ b/src/pages/project/[uuid]/tabs/Overview.tsx @@ -59,6 +59,7 @@ const ProjectOverviewTab = ({ project }: ProjectOverviewTabProps) => { limit={project.trees_grown_goal} className="flex-1" /> +