Skip to content

Commit

Permalink
fix: mispelled variable
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasstrands committed Aug 14, 2023
1 parent 3dc7168 commit 2618184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/user/rsvp-component.vue
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const rsvp_success = ref(false);
const rsvpToMeetup = async () => {
rsvp_loading.value = true;
try {
const { phone } = meta;
const { phone } = rsvp_meta.value;
if (phone) {
// update user profile
Expand Down

0 comments on commit 2618184

Please sign in to comment.