Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jokester committed Feb 18, 2024
1 parent 81e9a7a commit d7aa719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next/pages/moeflow-ait.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function MoeflowAssistedTranslatorPage() {
return (
<div>
<h1>Moeflow Assisted Translator</h1>
{imgPath && <ImgPreview path={imgPath} />}
{imgPath && <ImgPreview key={imgPath} path={imgPath} />}
<FileList path="demo-images" onFileSelected={setImagPath} />
</div>
);
Expand Down

0 comments on commit d7aa719

Please sign in to comment.