Skip to content

Commit

Permalink
remove download button when no vrm is uploadded
Browse files Browse the repository at this point in the history
  • Loading branch information
memelotsqui committed Nov 13, 2023
1 parent 4fc93b7 commit 3cc624c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/Optimizer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -296,13 +296,14 @@ function Optimizer({
className={styles.buttonCenter}
onClick={debugMode}
/> */}
{(currentVRM)&&(
<CustomButton
theme="light"
text="Download"
size={14}
className={styles.buttonRight}
onClick={download}
/>
/>)}
</div>
</div>
)
Expand Down

0 comments on commit 3cc624c

Please sign in to comment.