Skip to content

Commit

Permalink
Update shop.js
Browse files Browse the repository at this point in the history
  • Loading branch information
YodaLightsabr authored Jul 19, 2024
1 parent c48f180 commit b5f8918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/arcade/[userAirtableID]/shop.js
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ export async function getStaticProps({ params }) {
getArcadeUser(userAirtableID).then(user => {
const hoursBalance = user.fields['Balance (Hours)'] || 0
props.hoursBalance = hoursBalance
propts.userEmail = user.fields['Email']
props.userEmail = user.fields['Email']
})
])

Expand Down

0 comments on commit b5f8918

Please sign in to comment.