Skip to content

Commit

Permalink
Make check more reliable
Browse files Browse the repository at this point in the history
  • Loading branch information
youssef-lr committed Jun 15, 2023
1 parent 5597e7f commit ccd79e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TaskHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function TaskHeader(props) {
>
<View style={[styles.flexRow, styles.alignItemsCenter, styles.justifyContentBetween, styles.pv3]}>
<View style={[styles.flexRow, styles.alignItemsCenter, styles.justifyContentBetween]}>
{props.report.managerID > 0 && (
{props.report.managerID && props.report.managerID > 0 && (
<>
<Avatar
source={assigneeAvatar}
Expand Down

0 comments on commit ccd79e8

Please # to comment.