Skip to content

Commit

Permalink
fix: both the CSS and className were expecting true/false strings (ap…
Browse files Browse the repository at this point in the history
  • Loading branch information
rusackas committed Dec 4, 2019
1 parent 1239052 commit ceb3c60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ class TTestTable extends React.Component {
values.push(
<Td
key={numGroups + 3}
className={this.getSignificance(i)}
className={this.getSignificance(i).toString()}
column="significant"
data={this.getSignificance(i)}
/>,
Expand Down

0 comments on commit ceb3c60

Please sign in to comment.