diff --git a/btc-UI/src/app/components/touch-pad-menu/touch-pad-menu.component.ts b/btc-UI/src/app/components/touch-pad-menu/touch-pad-menu.component.ts index 4c31dbb..dd6b0ee 100755 --- a/btc-UI/src/app/components/touch-pad-menu/touch-pad-menu.component.ts +++ b/btc-UI/src/app/components/touch-pad-menu/touch-pad-menu.component.ts @@ -930,7 +930,7 @@ const winLabels = allRows.map(row => { let numbersStr = ''; // 🎯 FOR, QUI, TAN logic with box check - if (['FOR', 'QUI', 'TAN'].includes(row.label)) { + if (['FOR', 'QUI'].includes(row.label)) { const actualNumbers = displayNumbers.filter(n => n !== '#' && n !== '-').join(','); if (row.numbers.includes('#') || row.isBoxed) { // ✅ box condition numbersStr = `${actualNumbers} - ${actualNumbers}`;