Skip to content

Commit 3476520

Browse files
authored
Merge pull request #739 from olywales-stack/fix/681-supporttx-sender-address-field
fix: rename SupportTx.senderAddress to supporterAddress to match API …
2 parents 8d8fbcb + 8ca789d commit 3476520

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • frontend/src/app/profile/[username]

frontend/src/app/profile/[username]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ type SupportTx = {
3838
assetCode: string;
3939
message?: string | null;
4040
createdAt: string;
41-
senderAddress: string;
41+
supporterAddress: string | null;
4242
};
4343

4444
type Milestone = {

0 commit comments

Comments
 (0)