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