diff --git a/apps/client/src/features/editor/components/table-of-contents/table-of-contents.tsx b/apps/client/src/features/editor/components/table-of-contents/table-of-contents.tsx index b309d67d..123889f3 100644 --- a/apps/client/src/features/editor/components/table-of-contents/table-of-contents.tsx +++ b/apps/client/src/features/editor/components/table-of-contents/table-of-contents.tsx @@ -143,6 +143,12 @@ export const TableOfContents: FC = (props) => { {t("Add headings (H1, H2, H3) to generate a table of contents.")} )} + + {props.isShare && ( + + {t("No table of contents.")} + + )} ); }