Misc fixes

This commit is contained in:
Tanner
2025-12-01 21:07:01 +00:00
parent 9fa2699e26
commit d499cdedb0
5 changed files with 18 additions and 8 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ function Submit() {
ref={inputRef}
/>
</form>
{progress ? progress : ''}
{progress && <p>{progress}</p>}
</span>
);
}