fix(pos): fix JSX parse error in ReceiptModal error block
This commit is contained in:
@@ -231,10 +231,10 @@ export default function ReceiptModal({
|
||||
</form>
|
||||
)}
|
||||
{error && (
|
||||
<p className="no-print text-sm font-medium text-red-600" aria-live="polite">
|
||||
{error}
|
||||
</p>
|
||||
)}
|
||||
<p className="no-print text-sm font-medium text-red-600" aria-live="polite">
|
||||
{error}
|
||||
</p>
|
||||
)}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user