import { layout } from './layout.js'; export function renderPaymentWallets(data) { const walletRows = Object.entries(data.wallets).map(([type, addr]) => `
${escapeHtml(addr || 'Not set')}Commission: ${data.commissionEnabled ? 'ON' : 'OFF'}
Percentage: ${data.commissionPercent}%
These are the shop's payment wallets. Edit them in the .env file.
| Currency | Address |
|---|