Skip to content

Commit

Permalink
feat(comment): remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
faisalEsMagico committed Dec 13, 2023
1 parent 421a973 commit 4da0537
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/course-description/[id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ const CourseDescription = () => {
const userId = localStorage.getItem('userId') ?? '';
const dispatch: AppDispatch = useDispatch();
const router = useRouter();
// const { id } = useParams();
const [showPopUp, setShowPopUp] = useState<boolean>(false);
const [DetailsPopUp, setDetailsPopUp] = useState<boolean>(false);
const [option, setOption] = useState('overview');
Expand Down

0 comments on commit 4da0537

Please sign in to comment.