Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion front/src/components/Comment.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ import React, { Component } from "react";
import Like from "./like";
import axios from "axios";

/* CodeReview <Yan>: First of all, great work and beautiful user interface of your project.*/
// It has many features and I believe it can help students when they are confused about which courses to choose.

// There are some minor changes that you might want to consider.
// After I leave a comment, the username does not match with what I have registered and it shows the same username all the time.

// Hope this can help. Good luck!


// list all the comments comment professor and course
class Comment extends Component {

Expand Down Expand Up @@ -209,4 +218,4 @@ class Comment extends Component {



export default Comment;
export default Comment;