Skip to content

Commit

Permalink
✏️ Fix async typo (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong authored Jun 3, 2023
1 parent 9a77695 commit 2e96d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/nft/iscn/_iscnId.vue
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export enum MintState {
type: 'module',
src:
'https://unpkg.com/@google/model-viewer@3.0.2/dist/model-viewer.min.js',
asyc: 'true',
async: true,
}],
};
},
Expand Down

0 comments on commit 2e96d3d

Please sign in to comment.