You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using the ContributionDetail.vue component for both grant contributions as well as matchingPool contributions. The link in the name links to the homepage. We need the correct link for each.
We can create a link field inside ContributionsDetail to handle this.
link for grant contribution: :href="'#/dgrants/' + contribution.grantId"
link for matchingPool contribution: :href="'#/dgrants/rounds' + contribution.grantAddress"
The text was updated successfully, but these errors were encountered:
We are using the ContributionDetail.vue component for both grant contributions as well as matchingPool contributions. The link in the name links to the homepage. We need the correct link for each.
We can create a link field inside ContributionsDetail to handle this.
link for grant contribution:
:href="'#/dgrants/' + contribution.grantId"
link for matchingPool contribution:
:href="'#/dgrants/rounds' + contribution.grantAddress"
The text was updated successfully, but these errors were encountered: