Skip to content

Commit

Permalink
Update ArtDetails.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jilt authored Nov 29, 2023
1 parent 52ca974 commit 7fad97a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ArtDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default function ArtDetails(props) {
}
);
setSales(saleTokens);
loadNewMedia(meta.media);
console.log(meta.media);
};

const loadNewMedia = async (cond) => {
Expand Down

0 comments on commit 7fad97a

Please sign in to comment.