Misc fixes

This commit is contained in:
2025-12-01 21:07:01 +00:00
parent 3acaf230c4
commit 6a329e3ba9
5 changed files with 18 additions and 8 deletions

View File

@@ -45,7 +45,7 @@ function Submit() {
ref={inputRef}
/>
</form>
{progress ? progress : ''}
{progress && <p>{progress}</p>}
</span>
);
}