Skip to content

Commit

Permalink
Use dot notation
Browse files Browse the repository at this point in the history
  • Loading branch information
nbierdeman committed Nov 7, 2023
1 parent dc9f602 commit 5d0adf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zoid/venmo/component.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export function getVenmoCheckoutComponent(): VenmoCheckoutComponent {
props,
}) => {
const { nonce } = props;
const content = containerContent("venmo")["en"];
const content = containerContent("venmo").en;
return (
<VenmoOverlay
context={context}
Expand Down

0 comments on commit 5d0adf2

Please sign in to comment.