Campaign QR currently only renders when the channel is postcard. Email campaigns show an empty canvas because .utm-qr { display: flex } overrides the HTML hidden attribute, and renderQr is skipped unless the channel is postcard.
Draw the QR for email as well (copy/download PNG). Keep it hidden for SMS. Make [hidden] actually hide .utm-qr.
Campaign QR currently only renders when the channel is postcard. Email campaigns show an empty canvas because `.utm-qr { display: flex }` overrides the HTML `hidden` attribute, and `renderQr` is skipped unless the channel is postcard.
Draw the QR for email as well (copy/download PNG). Keep it hidden for SMS. Make `[hidden]` actually hide `.utm-qr`.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Campaign QR currently only renders when the channel is postcard. Email campaigns show an empty canvas because
.utm-qr { display: flex }overrides the HTMLhiddenattribute, andrenderQris skipped unless the channel is postcard.Draw the QR for email as well (copy/download PNG). Keep it hidden for SMS. Make
[hidden]actually hide.utm-qr.