Skip to content

Commit

Permalink
fix: donate qrcode map (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
suemor233 authored Apr 22, 2024
1 parent 528cb9b commit 005485c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/modules/shared/AsideDonateButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ const DonateContent = () => {
感谢您的支持,助力梦想继续前行。
</m.h2>
<div className="flex flex-wrap gap-4 overflow-auto center">
{donate?.qrcode.map((src) => (
{donate?.qrcode?.map((src) => (
<m.img
exit={{ opacity: 0 }}
src={src}
Expand Down

0 comments on commit 005485c

Please sign in to comment.