Skip to content

Commit

Permalink
CampaignProgress: Set transitionDuration to 0
Browse files Browse the repository at this point in the history
The progress bar seems animated, even with animateOnRender set to false
  • Loading branch information
sashko9807 committed Sep 14, 2023
1 parent 5fe4760 commit 1ba01ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/client/campaigns/CampaignProgress.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export default function CampaignProgress({ campaignId, raised, target }: Props)
labelSize={theme.spacing(1.5)}
labelAlignment={percentageRound < 10 ? 'left' : 'right'}
customLabelStyles={{ fontWeight: 400 }}
transitionDuration={'0s'}
/>
)
}

0 comments on commit 1ba01ca

Please sign in to comment.