diff --git a/src/lib/components/Output/Print/Hull/Integrity/Integrity.stories.svelte b/src/lib/components/Output/Print/Hull/Integrity/Integrity.stories.svelte new file mode 100644 index 0000000..c855685 --- /dev/null +++ b/src/lib/components/Output/Print/Hull/Integrity/Integrity.stories.svelte @@ -0,0 +1,20 @@ + + + + + + + + diff --git a/src/lib/components/Output/Print/Hull/Integrity/index.svelte b/src/lib/components/Output/Print/Hull/Integrity/index.svelte index 69ca166..7bd339d 100644 --- a/src/lib/components/Output/Print/Hull/Integrity/index.svelte +++ b/src/lib/components/Output/Print/Hull/Integrity/index.svelte @@ -1,9 +1,9 @@
{#each rows as row, i (i)}
- {#each row as item, j (j)} + {#each row as threshold, j (j)}
- {#if item} + {#if threshold} crew loss threshold {/if}
@@ -13,9 +13,7 @@