diff --git a/src/routes/(app)/devices/[id]/+page.svelte b/src/routes/(app)/devices/[id]/+page.svelte index c407d93..8562875 100644 --- a/src/routes/(app)/devices/[id]/+page.svelte +++ b/src/routes/(app)/devices/[id]/+page.svelte @@ -427,12 +427,12 @@
- {item.text} + {item.text} {#if item.unit} - {item.unit} + {item.unit} {/if}