diff --git a/src/app/[pohid]/[chain]/[request]/ActionBar.tsx b/src/app/[pohid]/[chain]/[request]/ActionBar.tsx index e077678..984f5d5 100644 --- a/src/app/[pohid]/[chain]/[request]/ActionBar.tsx +++ b/src/app/[pohid]/[chain]/[request]/ActionBar.tsx @@ -297,12 +297,12 @@ export default withClientConnected(function ActionBar({ ) : ( !isVouchGranted.didIVouchFor ? - : + : isVouchGranted.isVouchOnchain ? + : null )} @@ -324,12 +324,12 @@ export default withClientConnected(function ActionBar({ ) : ( !isVouchGranted.didIVouchFor ? - : + : isVouchGranted.isVouchOnchain ? + : null )} diff --git a/src/app/[pohid]/[chain]/[request]/Vouch.tsx b/src/app/[pohid]/[chain]/[request]/Vouch.tsx index 87a9fb2..657c6bf 100644 --- a/src/app/[pohid]/[chain]/[request]/Vouch.tsx +++ b/src/app/[pohid]/[chain]/[request]/Vouch.tsx @@ -99,7 +99,8 @@ export default function Vouch({ pohId, claimer }: VouchButtonProps) { (Sybil attack) or (Identity theft), all people who had vouched for it get removed as well. Profiles that do not follow the Policy risk being challenged and removed. Make sure you read and understand the Policy - before proceeding. + before proceeding. Also take into account that although a gasless vouch is possible, + it cannot be removed. Gasless vouches expire after one year.