diff --git a/web/src/components/MemoContent.tsx b/web/src/components/MemoContent.tsx index 300681fe..894ffb21 100644 --- a/web/src/components/MemoContent.tsx +++ b/web/src/components/MemoContent.tsx @@ -75,7 +75,7 @@ const MemoContent: React.FC = (props: Props) => { {state.expandButtonStatus !== -1 && (
-
+
{state.expandButtonStatus === 0 ? t("common.expand") : t("common.fold")}