Skip to content

Commit

Permalink
minor bug for referel fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishwas1 committed Oct 11, 2021
1 parent e519b93 commit 1c0cbcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/participant/Action.vue
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export default {
let url = `${this.$config.studioServer.BASE_URL}api/v1/investor?rcToken=${this.RecaptchaToken}`;
if (this.$route.query.referrer && this.$route.query.referrer != "") {
url += `?referrer=${this.$route.query.referrer}`;
url += `&referrer=${this.$route.query.referrer}`;
}
let headers = {
"Content-Type": "application/json",
Expand Down

0 comments on commit 1c0cbcd

Please sign in to comment.