diff --git a/src/components/ClaimRoyalties.tsx b/src/components/ClaimRoyalties.tsx index 61db4379..80c75f05 100644 --- a/src/components/ClaimRoyalties.tsx +++ b/src/components/ClaimRoyalties.tsx @@ -118,11 +118,11 @@ export function ClaimRoyalties({ tokenAddress, plotCount, beneficiary }: ClaimRo

To claim:

@@ -149,7 +149,12 @@ export function ClaimRoyalties({ tokenAddress, plotCount, beneficiary }: ClaimRo {!eligible && txState === "idle" && (

- Chain {2 - plotCount} more {2 - plotCount === 1 ? "plot" : "plots"} to unlock royalties + Chain at least 2 plots to enable royalty claims ({plotCount}/2) +

+ )} + {eligible && unclaimed === BigInt(0) && txState === "idle" && ( +

+ No royalties yet — royalties accrue when readers trade your token

)} {txHash && txState === "done" && (