Skip to content

Commit 8ad0014

Browse files
committed
adding new logic
1 parent f71b5fa commit 8ad0014

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/pages/iou/request/step/IOURequestStepDate.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ function IOURequestStepDate({
8181
shouldShowNotFound = !canEditMoneyRequest && !canEditingSplitBill;
8282
} else if (isSplitExpense) {
8383
shouldShowNotFound = !canEditSplitExpense;
84+
} else {
85+
shouldShowNotFound = !canEditMoneyRequest;
8486
}
8587
}
8688

0 commit comments

Comments
 (0)