Update Passcode
-
-
Delete SMART Health Link
@@ -292,56 +327,48 @@
-
-{#if $mode === 'advanced'}
-
- Contents
-
-
- {#if shl.files.length == 0}
-
- No Summaries found
-
- {/if}
- {#each shl.files as file (file.contentEncrypted)}
-
-
-
-
-
-
- {#if file.date}
- {file.date}
- {/if}
-
-
-
-
-
-
-
-
-
- {#if file.contentType}
-
- {file.label ?? file.contentType}
-
- {/if}
-
-
-
-
- {/each}
-
-
+ {#if $mode === 'advanced'}
+
+
+ Content
+
+ {#if shl.files.length == 0}
+ No Summaries found
+ {/if}
+ {#each shl.files as file (file.contentEncrypted)}
+
+
+
+
+ {#if file.date}
+ {file.date}
+ {/if}
+
+
+
+
+
+
+
+
+
+ {#if file.contentType}
+
+ {file.label ?? file.contentType}
+
+ {/if}
+
+
+ {/each}
-
-
-{/if}
+
+
+ {/if}
+