diff --git a/src/components/chapter/ChapterCard.tsx b/src/components/chapter/ChapterCard.tsx index 4ebc1a67..5ec3043a 100644 --- a/src/components/chapter/ChapterCard.tsx +++ b/src/components/chapter/ChapterCard.tsx @@ -82,11 +82,10 @@ export const ChapterCard: React.FC = (props: IProps) => {
  • {(popupState) => ( - <> + @@ -165,7 +164,7 @@ export const ChapterCard: React.FC = (props: IProps) => { )} )} - + )}