Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanharikr committed Jul 4, 2024
1 parent 0dd1aa8 commit f3f586e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@
$: canInvite =
states.invite_playground_query_param_values.inviter
&& result.introspect?.name
&& result?.introspect?.email;
&& result.introspect?.email;
</script>
<svelte:window
Expand Down

0 comments on commit f3f586e

Please sign in to comment.