add tests for gives to & from projects

This commit is contained in:
2024-11-29 10:42:58 -07:00
parent 10bb79f695
commit f7fd568c60
11 changed files with 75 additions and 11 deletions

View File

@@ -27,7 +27,8 @@
['GiveAction', 'Offer', 'PlanAction'].includes(
veriClaim.claimType as string,
) && veriClaim.issuer === activeDid
// a PlanAction agent also could edit one of those, but rather than add more Plan-specific logic to detect the agent
// a PlanAction agent also could edit one of those,
// but rather than add more Plan-specific logic to detect the agent
// we'll let them click the Project link and edit from there
"
@click="onClickEditClaim"