Small fixes
This commit is contained in:
@@ -139,7 +139,7 @@ function NewClassTableCourse(props) {
|
||||
|
||||
{user &&
|
||||
<div className='interest'>
|
||||
{user.interests.includes(course.id) ?
|
||||
{user.interests.filter(x => !x.satisfied_by).map(x => x.course).includes(course.id) ?
|
||||
'Interested ✅'
|
||||
:
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user