Skip to content

Commit

Permalink
update after c+ review
Browse files Browse the repository at this point in the history
(cherry picked from commit 2d9caaf)
  • Loading branch information
narefyev91 committed May 27, 2024
1 parent a1c1b38 commit 68b0969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/report/ReportActionsView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ function ReportActionsView({
*/
const fetchNewerAction = useCallback(
(newestReportAction: OnyxTypes.ReportAction) => {
if (isLoadingNewerReportActions || isLoadingInitialReportActions || (!!reportActionID && isOffline)) {
if (isLoadingNewerReportActions || isLoadingInitialReportActions || (reportActionID && isOffline)) {
return;
}

Expand Down

0 comments on commit 68b0969

Please sign in to comment.