Skip to content

Commit 8127f98

Browse files
committed
remove food qr code
1 parent df6a5ba commit 8127f98

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/app/(site)/portal/_components/user-portal.tsx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -88,16 +88,6 @@ export default function UserPortal({ user }: UserProps) {
8888
</Link>
8989
</>
9090
)}
91-
{application.status === ApplicationStatus.APPROVED && (
92-
<div className="grid gap-2">
93-
<p className="text-center">Food QR Code:</p>
94-
<img
95-
src="/api/qrcode"
96-
alt="User QR Code"
97-
className="aspect-square w-64"
98-
/>
99-
</div>
100-
)}
10191
</div>
10292
);
10393
}

0 commit comments

Comments
 (0)