Fix duplicate settings tabs (#343)

Co-authored-by: Steve Faulkner <southpolesteve@gmail.com>
This commit is contained in:
Gahl Levy
2020-12-17 13:01:36 -08:00
committed by GitHub
parent dfb1b50621
commit ebae484b8f
3 changed files with 3 additions and 3 deletions

View File

@@ -142,7 +142,7 @@
<notebook-viewer-tab params="{data: $data}"></notebook-viewer-tab>
<!-- /ko -->
<!-- ko if: $data.tabKind === 19 -->
<!-- ko if: $data.tabKind === 20 -->
<settings-tab-v2 params="{data: $data}"></settings-tab-v2>
<!-- /ko -->
</div>