Skip to content

Commit

Permalink
fix: used the correct property for verification status (Greenstand#996)
Browse files Browse the repository at this point in the history
  • Loading branch information
pramodjsam authored Jan 1, 2023
1 parent 1bee4ee commit 120e50a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/GrowerDetail.js
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ const GrowerDetail = ({ open, growerId, onClose }) => {
<ListItemText
primary={
<Typography variant="h5">
{verificationStatus.awaiting || 0}
{verificationStatus.unprocessed || 0}
</Typography>
}
secondary="Awaiting"
Expand Down

0 comments on commit 120e50a

Please sign in to comment.