Skip to content

Commit

Permalink
chart bonds
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyAdoniev committed Aug 23, 2023
1 parent 19c12bf commit df6acc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/elements/Сhart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const Chart = withContainer(
return null;
};

const max = Math.max(16_000, Math.max(totalAsstest, totalTx) * 1.05);
const max = Math.max(20_000, Math.max(totalAsstest, totalTx) * 1.05);

return (
<div className="lg:max-w-5xl mx-auto px-4 mt-3 md:mt-6">
Expand Down

0 comments on commit df6acc0

Please sign in to comment.