Add interest button and tags to course page

This commit is contained in:
2022-05-24 05:02:15 +00:00
parent e8aa7372d5
commit 517854198f
2 changed files with 42 additions and 2 deletions
+1 -1
View File
@@ -294,7 +294,7 @@ function App() {
</Route>
<Route path='/courses/:id'>
<CourseDetail token={token} user={user} />
<CourseDetail token={token} user={user} refreshUser={refreshUser} />
</Route>
<Route path='/courses'>