Skip to content

Commit

Permalink
🦋 Allow admin to set a QR-code-less order on their be-BOP #1621
Browse files Browse the repository at this point in the history
  • Loading branch information
ithiame committed Dec 4, 2024
1 parent 19b34d8 commit c87742f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/(app)/order/[id]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@
{#if payment.method === 'card'}
<img
src="{$page.url.pathname}/payment/{payment.id}/qrcode"
class="w-96 h-96"
class="w-96 h-96 {data.hideCbQrCode ? 'hidden' : ''}"
alt="QR code"
/>
{/if}
Expand Down

0 comments on commit c87742f

Please sign in to comment.