This commit is contained in:
ditiqi 2025-02-27 15:09:39 +08:00
parent 669525fb61
commit 9d3e923d33
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ export default function CourseCard({ post }: { post: PostDto }) {
post={post}
onClick={() => {
navigate(`/course/${post?.id}/detail`);
}}></PostCard>
);
}