Skip to content

Commit

Permalink
Fix 0x address in home page
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanM322 committed Jul 18, 2024
1 parent a44ef2b commit 6240661
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions rair-front/src/axios.responseTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ export type TContract = {
title: string;
transactionHash?: string;
user: string;
userData: UserType | null;
_id: string;
};

Expand Down
1 change: 1 addition & 0 deletions rair-front/src/ducks/nftData/saga.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export function* setNftDataContract({ params }: TParamsNftDataProps) {
title: item.title,
name: item.products.name,
user: item.user,
userData: item.userData,
copiesProduct: item.products.copies,
offerData: item.products.offers?.map((elem) => ({
price: elem.price,
Expand Down

0 comments on commit 6240661

Please sign in to comment.