Skip to content

Commit

Permalink
fixed production bug
Browse files Browse the repository at this point in the history
  • Loading branch information
realsoftdev committed Jul 26, 2017
1 parent 5345334 commit fe1b076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/modules/Records/pages/RecordsListPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function activeFormatter(cell, row) {
class ImageFormatter extends Component {
render() {
return (
<img src={cell} width={100} height={100} />
<img src={this.props.cell} width={100} height={100} />
);
}
}
Expand Down

0 comments on commit fe1b076

Please sign in to comment.