Skip to content

Commit 005485c

Browse files
authored
fix: donate qrcode map (#347)
1 parent 528cb9b commit 005485c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/modules/shared/AsideDonateButton.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ const DonateContent = () => {
155155
感谢您的支持,助力梦想继续前行。
156156
</m.h2>
157157
<div className="flex flex-wrap gap-4 overflow-auto center">
158-
{donate?.qrcode.map((src) => (
158+
{donate?.qrcode?.map((src) => (
159159
<m.img
160160
exit={{ opacity: 0 }}
161161
src={src}

0 commit comments

Comments
 (0)