updates error message when users are fetched

This commit is contained in:
kevmodrome 2020-07-10 09:27:50 +02:00
parent a664f622d9
commit f104b4207d
1 changed files with 2 additions and 1 deletions

View File

@ -87,7 +87,8 @@
{/each} {/each}
</ul> </ul>
{:catch error} {:catch error}
err0r Something went wrong when trying to fetch users. Please refresh the page
and try again.
{/await} {/await}
</div> </div>
</div> </div>