Skip to content

Commit

Permalink
Go back button error solve
Browse files Browse the repository at this point in the history
  • Loading branch information
mvp5464 committed May 13, 2024
1 parent 0b06c62 commit 01ce7a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/comment/Comments.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const Comments = async ({
<Link
className="p-1 "
href={getUpdatedUrl(
`/courses/${content.possiblePath}`,
`/courses/${content.courseId}/${content.possiblePath}`,
modifiedSearchParams,
{},
)}
Expand Down

0 comments on commit 01ce7a5

Please sign in to comment.