see result -> see the result (#643)

This commit is contained in:
Christian Paul
2022-09-30 00:05:41 +02:00
committed by GitHub
parent d394edf44f
commit c813998e91
2 changed files with 2 additions and 2 deletions

View File

@@ -107,7 +107,7 @@
{:else if testIsLoading}
Waiting for Result...
{:else}
Test to see result here
Test to see the result here
{/if}
</pre>
</down>

View File

@@ -81,7 +81,7 @@
result={previewJob.result}
/>
{:else if previewIsLoading}Waiting for Result...
{:else}Test to see result here
{:else}Test to see the result here
{/if}
</pre>
</down>