diff --git a/frontend/src/App.svelte b/frontend/src/App.svelte index 78ba44f..c845e68 100644 --- a/frontend/src/App.svelte +++ b/frontend/src/App.svelte @@ -1,8 +1,9 @@ -{#if error} -{error} -{/if} {#each sortedUsers as usr,idx} diff --git a/frontend/src/routes/bookmark/Index.svelte b/frontend/src/routes/bookmark/Index.svelte index 385f787..b52e133 100644 --- a/frontend/src/routes/bookmark/Index.svelte +++ b/frontend/src/routes/bookmark/Index.svelte @@ -1,8 +1,9 @@ -{#if error} -{error} -{/if}