We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e1f8a5 + 1ec59bb commit ec39583Copy full SHA for ec39583
frontends/03-frontend/src/pages/index.js
@@ -56,7 +56,7 @@ export default function Home() {
56
57
useEffect(() => {
58
const getNftInfo = async () => {
59
- const data = await await wallet.viewMethod({
+ const data = await wallet.viewMethod({
60
contractId: auctionInfo.nft_contract,
61
method: "nft_token",
62
args: { token_id: auctionInfo.token_id }
@@ -74,7 +74,7 @@ export default function Home() {
74
75
76
const getFtInfo = async () => {
77
- const ftInfo = await await wallet.viewMethod({
+ const ftInfo = await wallet.viewMethod({
78
contractId: auctionInfo.ft_contract,
79
method: "ft_metadata",
80
});
0 commit comments