Skip to content

Commit

Permalink
fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
IuliaElizaS committed Apr 17, 2020
1 parent d1db354 commit f011585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-frontend/src/pages/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class Home extends Component {
<span className="tank-title">Tank{ tank.id}</span>
</div>
</center>
{this.props.overflowAlarm(tank.value, tank.id)}
{overflowAlarm(tank.value, tank.id)}
</div>
</div>

Expand Down

0 comments on commit f011585

Please sign in to comment.