Skip to content

Commit

Permalink
test frontend workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Teri-anric committed Jan 27, 2025
1 parent 4bf4fa7 commit 1e84d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/dashboard/Dashboard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export default function DashboardPage({ telegramId }) {

const { health_ratio, current_sum, start_sum, borrowed, multipliers, balance, deposit_data } = data;

// group extra deposits for each token
// Group extra deposits for each token
const updatedDepositedData = { eth: 0, strk: 0, usdc: 0, usdt: 0 };
deposit_data.forEach((deposit) => {
updatedDepositedData[deposit.token.toLowerCase()] += Number(deposit.amount);
Expand Down

0 comments on commit 1e84d0e

Please sign in to comment.