Skip to content

Commit

Permalink
Do not mix immutablejs with plain array functions
Browse files Browse the repository at this point in the history
  • Loading branch information
rndstr committed Aug 1, 2017
1 parent a015eb6 commit f1be917
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default class NodeDetailsHealth extends React.Component {

render() {
const {
metrics = makeList(),
metrics = [],
topologyId,
} = this.props;

Expand Down

0 comments on commit f1be917

Please sign in to comment.