Skip to content

Commit

Permalink
Fix: Fix issues about view voucher when WiiQare Admin's sending (#167)
Browse files Browse the repository at this point in the history
* Fix some issues

* Fix some issues

* Link to .env

* WiiQare admin default
  • Loading branch information
Frdrcpeter007 authored Jan 24, 2024
1 parent 8982873 commit 821039f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/voucher/pass/[pass].js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ function Pass() {
</span>
de{' '}
<span className="text-orange font-semibold">
{data.sender.firstName}
{data?.sender?.firstName || "WiiQare Admin"}
</span>{' '}
à{' '}
<span className="text-orange font-semibold">
Expand Down

1 comment on commit 821039f

@vercel
Copy link

@vercel vercel bot commented on 821039f Jan 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

wii-qare-fe – ./

wii-qare-fe.vercel.app
wii-qare-fe-git-main-wiiqare.vercel.app
wii-qare-fe-wiiqare.vercel.app

Please sign in to comment.