From 6bf270d7153997805f842fea83c815680724ca8f Mon Sep 17 00:00:00 2001 From: Denozordec Date: Mon, 23 Mar 2026 22:53:44 +0700 Subject: [PATCH] =?UTF-8?q?feat(dashboard):=20=D0=BF=D0=BE=D0=B4=D0=BF?= =?UTF-8?q?=D0=B8=D1=81=D1=8C=20=C2=AB=D1=85=D0=BE=D1=81=D1=82=D0=B5=D1=80?= =?UTF-8?q?=20/=20=D0=B0=D0=BA=D0=BA=D0=B0=D1=83=D0=BD=D1=82=C2=BB=20?= =?UTF-8?q?=D0=B2=20=D1=82=D0=B0=D0=B1=D0=BB=D0=B8=D1=86=D0=B5=20=D0=BE?= =?UTF-8?q?=D1=81=D1=82=D0=B0=D1=82=D0=BA=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made-with: Cursor --- src/pages/DashboardPage.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/DashboardPage.jsx b/src/pages/DashboardPage.jsx index 54a0fb2..55d43b0 100644 --- a/src/pages/DashboardPage.jsx +++ b/src/pages/DashboardPage.jsx @@ -1,6 +1,7 @@ import { useEffect, useMemo, useState } from 'react' import { Link } from 'react-router-dom' import { convertCurrency, effectiveVpsTariffCurrency, formatCurrency, monthKey } from '../lib/utils' +import { accountSelectLabel } from '../lib/account-select-label' import { getPaidUntilDate as computePaidUntil } from '../lib/paid-until' import { computeInventoryHealth, formatSyncSummaryLine } from '../lib/inventory-health' import { fetchSyncStatus } from '../lib/api' @@ -351,7 +352,7 @@ export function DashboardPage({ db = {}, settings, ratesData }) { {accountBalances.map((item) => ( - {item.name} + {accountSelectLabel(item, providerById, '')} {item.currency}