Skip to content

Commit

Permalink
Fix double bonding progress percentage
Browse files Browse the repository at this point in the history
  • Loading branch information
CRBl69 committed Nov 13, 2024
1 parent 8a90a4e commit de08655
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ const BondingProgress = ({ data }: MainInfoProps) => {
<div className="text-ec-blue font-pixelar text-[32px] text-end min-w-[3.5em]" ref={bondingCurveRef}>

Check failure on line 44 in src/typescript/frontend/src/components/pages/emojicoin/components/main-info/BondingProgress.tsx

View workflow job for this annotation

GitHub Actions / pre-commit

Replace `·className="text-ec-blue·font-pixelar·text-[32px]·text-end·min-w-[3.5em]"·ref={bondingCurveRef}` with `⏎············className="text-ec-blue·font-pixelar·text-[32px]·text-end·min-w-[3.5em]"⏎············ref={bondingCurveRef}⏎··········`
{bondingProgress.toFixed(2)}%
</div>
<div className="text-ec-blue font-pixelar text-[32px] text-end min-w-[3.5em]" ref={bondingCurveRef}>
{bondingProgress.toFixed(2)}%
</div>
</div>
</div>
{bondingProgress >= 100 ? (
Expand Down

0 comments on commit de08655

Please sign in to comment.