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}
\ No newline at end of file
diff --git a/frontend/src/routes/company/Editor.svelte b/frontend/src/routes/company/Editor.svelte
index 813e7ac..3e56507 100644
--- a/frontend/src/routes/company/Editor.svelte
+++ b/frontend/src/routes/company/Editor.svelte
@@ -1,13 +1,14 @@