@@ -177,10 +177,6 @@ const PageManagement = (props) => {
pageId={pageId}
path={path}
/>
- {/*
- TODO : Refactor CreateTamplateModal in a way that it works while not relying on pageContainer
- TASK : https://estoc.weseek.co.jp/redmine/issues/80789
- */}
<CreateTemplateModal
isOpen={isPageTemplateModalShown}
@@ -19,7 +19,6 @@ const SearchResultSubNavButton : FC<Props> = (props: Props) => {
const {
appContainer, isCompactMode, pageId,
} = props;
- if (pageId == null) return;
const PageReactionButtonsTypeAny : any = PageReactionButtons;
return (
<>