Skip to content

Commit

Permalink
fix buig
Browse files Browse the repository at this point in the history
  • Loading branch information
hkirat committed Jul 22, 2023
1 parent 190f517 commit a4a9103
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions admin-client/src/components/Course.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ function UpdateCard() {
function CourseCard(props) {
const title = useRecoilValue(courseTitle);
const imageLink = useRecoilValue(courseImage);
const price = useRecoilValue(coursePrice)

return <div style={{display: "flex", marginTop: 50, justifyContent: "center", width: "100%"}}>
<Card style={{
Expand Down

0 comments on commit a4a9103

Please sign in to comment.