mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-29 18:13:47 +00:00
fix: review fixes - Math.round kopecks, fa locale, admin list commission
1. Add Math.round() to rubles→kopecks conversion (floating point safety)
2. Add missing {{currency}} template var in fa.json amountPlaceholder
3. Show desired_commission_percent in admin applications list
This commit is contained in:
@@ -242,6 +242,12 @@ export default function AdminPartners() {
|
||||
{app.expected_monthly_referrals}
|
||||
</div>
|
||||
)}
|
||||
{app.desired_commission_percent != null && (
|
||||
<div>
|
||||
{t('admin.partners.applicationFields.desiredCommission')}:{' '}
|
||||
{app.desired_commission_percent}%
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
|
||||
{/* Actions */}
|
||||
|
||||
Reference in New Issue
Block a user