exchange v2

This commit is contained in:
Flatlogic Bot 2025-05-12 16:25:25 +00:00
parent 1925e4ef49
commit bc7afa892d
3 changed files with 4 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
{"message":"Cannot read properties of undefined (reading 'USD')","stack":"\n at Dashboard (https://test-i18-31433-dev-lnm5nd2pia-uc.a.run.app/_next/static/chunks/%5Broot-of-the-server%5D__184a14d7._.js:5807:198)\n at ErrorBoundary (https://test-i18-31433-dev-lnm5nd2pia-uc.a.run.app/_next/static/chunks/%5Broot-of-the-server%5D__e0e8a8ac._.js:2944:9)\n at div (<anonymous>)\n at div (<anonymous>)\n at LayoutAuthenticated (https://test-i18-31433-dev-lnm5nd2pia-uc.a.run.app/_next/static/chunks/%5Broot-of-the-server%5D__184a14d7._.js:2784:32)\n at Provider (https://test-i18-31433-dev-lnm5nd2pia-uc.a.run.app/_next/static/chunks/node_modules_ef42dc8f._.js:13186:21)\n at MyApp (https://test-i18-31433-dev-lnm5nd2pia-uc.a.run.app/_next/static/chunks/%5Broot-of-the-server%5D__e0e8a8ac._.js:3483:18)\n at AppWithTranslation (https://test-i18-31433-dev-lnm5nd2pia-uc.a.run.app/_next/static/chunks/node_modules_ef42dc8f._.js:15878:26)\n at PathnameContextProviderAdapter (https://test-i18-31433-dev-lnm5nd2pia-uc.a.run.app/_next/static/chunks/node_modules_next_dist_shared_lib_67de5af5._.js:5103:11)\n at PagesDevOverlayErrorBoundary (https://test-i18-31433-dev-lnm5nd2pia-uc.a.run.app/_next/static/chunks/node_modules_next_dist_client_762395d3._.js:2230:9)\n at PagesDevOverlay (https://test-i18-31433-dev-lnm5nd2pia-uc.a.run.app/_next/static/chunks/node_modules_next_dist_client_762395d3._.js:12428:11)\n at Container (https://test-i18-31433-dev-lnm5nd2pia-uc.a.run.app/_next/static/chunks/node_modules_next_dist_client_762395d3._.js:12577:1)\n at AppContainer (https://test-i18-31433-dev-lnm5nd2pia-uc.a.run.app/_next/static/chunks/node_modules_next_dist_client_762395d3._.js:12688:11)\n at Root (https://test-i18-31433-dev-lnm5nd2pia-uc.a.run.app/_next/static/chunks/node_modules_next_dist_client_762395d3._.js:12866:11)"} {}

View File

@ -269,7 +269,7 @@ const Dashboard = () => {
</div> </div>
</div> </div>
)} )}
{exchangeData?.rates && ( {exchangeData?.rates?.USD != null && (
<div className={`${corners !== 'rounded-full' ? corners : 'rounded-3xl'} dark:bg-dark-900 ${cardsStyle} dark:border-dark-700 p-6`}> <div className={`${corners !== 'rounded-full' ? corners : 'rounded-3xl'} dark:bg-dark-900 ${cardsStyle} dark:border-dark-700 p-6`}>
<div className="flex flex-col"> <div className="flex flex-col">
<div className="text-lg leading-tight text-gray-500 dark:text-gray-400"> <div className="text-lg leading-tight text-gray-500 dark:text-gray-400">