🐛 fix(locales): Order recharge related fields

This commit is contained in:
web@ppanel
2025-02-27 14:53:19 +07:00
parent d5847faeda
commit 35210fe8cf
32 changed files with 115 additions and 17 deletions
+4 -2
View File
@@ -115,10 +115,12 @@ export default function Page() {
)}
{data?.type === 3 && (
<>
<div className='font-semibold'></div>
<div className='font-semibold'>{t('resetTraffic')}</div>
<ul className='grid grid-cols-2 gap-3 *:flex *:items-center *:justify-between lg:grid-cols-1'>
<li className='flex items-center justify-between'>
<span className='text-muted-foreground line-clamp-2 flex-1'></span>
<span className='text-muted-foreground line-clamp-2 flex-1'>
{t('resetPrice')}
</span>
<span>
<Display type='currency' value={data.amount} />
</span>