From 5e0f6470a2bb48ad5c58c95055647d3fcb9f7388 Mon Sep 17 00:00:00 2001 From: Liam Fitzgerald Date: Tue, 25 Aug 2020 11:47:46 +1000 Subject: [PATCH] publish: fix foreign notebooks --- pkg/interface/src/views/apps/publish/app.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkg/interface/src/views/apps/publish/app.tsx b/pkg/interface/src/views/apps/publish/app.tsx index 8955bb1aff..b0ccab99b5 100644 --- a/pkg/interface/src/views/apps/publish/app.tsx +++ b/pkg/interface/src/views/apps/publish/app.tsx @@ -137,10 +137,6 @@ export default function PublishApp(props: PublishAppProps) { bookGroupPath in contacts ? contacts[bookGroupPath] : {}; const notebook = notebooks?.[ship]?.[book]; - if(!notebook) { - return null - } - return (