add
This commit is contained in:
parent
669525fb61
commit
9d3e923d33
|
@ -8,6 +8,7 @@ export default function CourseCard({ post }: { post: PostDto }) {
|
||||||
post={post}
|
post={post}
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
navigate(`/course/${post?.id}/detail`);
|
navigate(`/course/${post?.id}/detail`);
|
||||||
|
|
||||||
}}></PostCard>
|
}}></PostCard>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue