From 39053130eccf0edc30b38db33abe7072f3766d05 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Mon, 24 May 2021 00:53:14 +0530 Subject: [PATCH] Fix eslint --- src/lib/components/actions.svelte | 6 ++---- src/lib/components/preset.svelte | 4 +--- src/routes/edit.svelte | 6 +++--- src/routes/index.svelte | 4 ---- 4 files changed, 6 insertions(+), 14 deletions(-) diff --git a/src/lib/components/actions.svelte b/src/lib/components/actions.svelte index 33523b68..101651d9 100644 --- a/src/lib/components/actions.svelte +++ b/src/lib/components/actions.svelte @@ -133,12 +133,10 @@ SVG
diff --git a/src/lib/components/preset.svelte b/src/lib/components/preset.svelte index 05daeb69..efeca6f4 100644 --- a/src/lib/components/preset.svelte +++ b/src/lib/components/preset.svelte @@ -108,9 +108,7 @@ merge newbranch
{#each Object.keys(samples) as sample} - + {/each}
diff --git a/src/routes/edit.svelte b/src/routes/edit.svelte index 92d30897..32648399 100644 --- a/src/routes/edit.svelte +++ b/src/routes/edit.svelte @@ -132,7 +132,7 @@ @@ -140,8 +140,8 @@
-
- Code editing not supported on mobile. Please use a desktop browser +
+ Code editing not supported on mobile. Please use a desktop browser.
diff --git a/src/routes/index.svelte b/src/routes/index.svelte index 73e9b31b..ca9daa13 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -15,7 +15,3 @@ }); }); - - - Mermaid Live Editor -