Skip to content

Commit

Permalink
fix: switch Giftable to No Expiration
Browse files Browse the repository at this point in the history
  • Loading branch information
williamluke4 committed Sep 24, 2024
1 parent 7b042db commit dd4d56f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/vouchers/[address]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ const VoucherPage = ({
};
const getVoucherTypeName = (voucherType: string | undefined) => {
if (voucherType === "GIFTABLE") {
return "Giftable";
return "No Expiration";
} else if (voucherType === "DEMURRAGE") {
return "Expiring";
}
Expand Down

0 comments on commit dd4d56f

Please sign in to comment.