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