From 9bb4747e67000c286f57ee205027b13feada968b Mon Sep 17 00:00:00 2001 From: sanjayk03-dev Date: Mon, 4 Nov 2024 22:45:16 +0530 Subject: [PATCH] minor change --- .../src/components/SettingsView.svelte | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/svelte-components/src/components/SettingsView.svelte b/src/svelte-components/src/components/SettingsView.svelte index 5a46408..ef104f9 100644 --- a/src/svelte-components/src/components/SettingsView.svelte +++ b/src/svelte-components/src/components/SettingsView.svelte @@ -62,17 +62,17 @@ enabled. If you choose to live dangerously, and disable the safety prompts, Onefinity cannot be held responsible. + +

Probe Block

+ + {#each Object.keys(configTemplate.probe) as key} + {#if key !== "probe-diameter"} + + {/if} + {/each}
-

Probe Block

- - {#each Object.keys(configTemplate.probe) as key} - {#if key !== "probe-diameter"} - - {/if} - {/each} -

Probe Rotary

{#each Object.keys(configTemplate["probe-rotary"]) as key}