diff --git a/src/components/chapter/ChapterCard.tsx b/src/components/chapter/ChapterCard.tsx index 5ec3043a..ef440fd5 100644 --- a/src/components/chapter/ChapterCard.tsx +++ b/src/components/chapter/ChapterCard.tsx @@ -128,26 +128,28 @@ export const ChapterCard: React.FC = (props: IProps) => { {dc && } - {selected === null ? ( - - handleClickOpenMenu(e, popupState.open)} - onTouchStart={(e) => handleClickOpenMenu(e, popupState.open)} - aria-label="more" - size="large" + + {selected === null ? ( + + handleClickOpenMenu(e, popupState.open)} + onTouchStart={(e) => handleClickOpenMenu(e, popupState.open)} + aria-label="more" + size="large" + > + + + + ) : ( + - - - - ) : ( - - - - )} + + + )} +