Skip to content

Commit

Permalink
Merge branch 'trunk' of github.com:UniversityOfHelsinkiCS/oodikone in…
Browse files Browse the repository at this point in the history
…to trunk
  • Loading branch information
totutotu committed Jun 20, 2019
2 parents c987e6d + 2e2a06e commit 81259ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const getHeader = (categoryName) => {
}

const CumulativeTable = ({ categoryName, data, onClickCourse }) => (
<Table>
<Table style={{ cursor: 'pointer' }} selectable>
{getHeader(categoryName)}
<Table.Body>
{ data.map(course =>
Expand Down

0 comments on commit 81259ef

Please sign in to comment.