diff --git a/web/src/components/PagedMemoList/PagedMemoList.tsx b/web/src/components/PagedMemoList/PagedMemoList.tsx index ea28673f7..517f284e1 100644 --- a/web/src/components/PagedMemoList/PagedMemoList.tsx +++ b/web/src/components/PagedMemoList/PagedMemoList.tsx @@ -57,7 +57,7 @@ const PagedMemoList = (props: Props) => { const refreshList = async () => { memoList.reset(); setState((state) => ({ ...state, nextPageToken: "" })); - fetchMoreMemos(""); + await fetchMoreMemos(""); }; useEffect(() => {