Skip to content
Snippets Groups Projects
Commit 1f24e49a authored by David Sadler's avatar David Sadler
Browse files

Removed componentClass tags from ApplicantList and SkillList items

parent 938700b7
No related branches found
No related tags found
6 merge requests!65Master,!50Change navigation buttons to reflect user feedback,!49Master,!47fix profuction sort button flickering issue,!43Recruiter: Add staring and evidence ;Student: add Dashboard Timeline; Add univseral navbar,!38Recruiter internship page
......@@ -56,7 +56,7 @@ class ApplicantList extends Component {
<Button>Search</Button>
</Card.Header>
<ListGroup componentClass="ul"> {
<ListGroup> {
this.state.applications.map((application) => (
<ListGroupItem key={application.student.name}>
<Container className="d-flex justify-content-between" style={{cursor: "pointer"}}>
......@@ -87,7 +87,7 @@ class SkillList extends Component {
<Button>Accept</Button>
</Card.Header>
<ListGroup componentClass="ul">{
<ListGroup>{
this.skills.map((skill) => (
<ListGroupItem key={skill.name}>
<Container className="d-flex justify-content-between" style={{cursor: "pointer"}}>
......@@ -100,4 +100,4 @@ class SkillList extends Component {
</Container>
)
}
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment