Skip to content

Commit

Permalink
load default template
Browse files Browse the repository at this point in the history
  • Loading branch information
chloehan committed Jul 16, 2024
1 parent cc6810b commit b07479c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/create-nft/CreatePage/Upload/Upload.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default function Upload({file, handleFile, sample, handleSample, useSampl

return <div className={styles.main}>
<div className={styles.avatar}>
<AvatarPreview uploadedFile={file} selectedTemplateMeshName='DefaultWear001F'/>
<AvatarPreview uploadedFile={file || "file"} selectedTemplateMeshName='DefaultWear001F'/>
</div>
<div className={styles.preview}>
<img src={templateImg}/>
Expand Down

0 comments on commit b07479c

Please sign in to comment.