MCPcopy Create free account
hub / github.com/aiprodcoder/MIXAPI / renderAmount

Function renderAmount

web/src/pages/TopUp/index.js:402–404  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

400 }, [statusState?.status]);
401
402 const renderAmount = () => {
403 return amount + ' ' + t('元');
404 };
405
406 const renderStripeAmount = () => {
407 return stripeAmount + ' ' + t('元');

Callers 1

index.jsFile · 0.85

Calls 1

tFunction · 0.50

Tested by

no test coverage detected