- {#if deviceCtx.device === null}
-
Not connected to any device yet. Plug in your
- device to connect.
- {:else}
-
- {#snippet icon()}
-
- {/snippet}
- The serial ID of this device is {serial}.
-
- Successfully conected to device.
- {/if}
+
+ {#if deviceCtx.device === null}
+ Not connected to any device yet. Plug in
+ your device to connect.
+ {:else}
+
+ {#snippet icon()}
+
+ {/snippet}
+ The serial ID of this device is {serial}.
+
+ Successfully connected to device.
+ {/if}
+