feat(TPV-FIXES): completed feature
This commit is contained in:
@@ -99,7 +99,7 @@ export default function ReceiptModal({
|
||||
<strong>Terminal:</strong> {receipt.terminal.name}
|
||||
</p>
|
||||
<p className="text-right">
|
||||
<strong>Cajero:</strong> {receipt.cashier}
|
||||
<strong>Cajero:</strong> {receipt.cashier?.split('@')[0] ?? '—'}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user