2 parents 8d8fbcb + 8ca789d commit 3476520Copy full SHA for 3476520
1 file changed
frontend/src/app/profile/[username]/page.tsx
@@ -38,7 +38,7 @@ type SupportTx = {
38
assetCode: string;
39
message?: string | null;
40
createdAt: string;
41
- senderAddress: string;
+ supporterAddress: string | null;
42
};
43
44
type Milestone = {
0 commit comments