Skip to content
Snippets Groups Projects

Delrifai/#394 2 add charts to balance history

Merged Dima Rifai requested to merge delrifai/#394_2_add_charts_to_balance_history into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -246,7 +246,7 @@ const BalanceHistoryChart: React.FC<BalanceHistoryChartProps> = ({
travellerWidth={10}
tickFormatter={(value) => moment(value).format("MMM D")}
y={380}
x={80}
x={50}
className="text-xs"
/>
)}
Loading