Skip to content

Commit

Permalink
fix undefined issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sdevalapurkar committed Oct 20, 2021
1 parent 04be25d commit ce44b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/components/Homepage.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ function Homepage() {
<TableCell>{moment(row.goal_end_date).format('MMM D, YYYY')}</TableCell>
<TableCell>
<CircularProgressWithLabel
value={getProgressValue()}
value={getProgressValue(row)}
/>
</TableCell>
<TableCell align="right">
Expand Down

0 comments on commit ce44b0c

Please sign in to comment.