Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
fix renewal prop & add change-address button support
Browse files Browse the repository at this point in the history
  • Loading branch information
B77Mills committed Feb 15, 2023
1 parent 6f5274e commit 45aff5b
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $ const issue = getAsObject(input, "issue");
Subscribe
</marko-web-magazine-publication-subscribe-url>
</if>
<if(button === "renew")>
<if(button === "renewal")>
<marko-web-magazine-publication-renewal-url tag=null obj=issue.publication link=targetBlankLink>
Renew
</marko-web-magazine-publication-renewal-url>
Expand Down Expand Up @@ -48,4 +48,9 @@ $ const issue = getAsObject(input, "issue");
E-Inquiry
</marko-web-magazine-publication-einquiry-url>
</if>
<if(button === "change-address")>
<marko-web-magazine-publication-change-address-url tag=null obj=issue.publication link=targetBlankLink>
Change Address
</marko-web-magazine-publication-change-address-url>
</if>
</for>

0 comments on commit 45aff5b

Please sign in to comment.