Skip to content

Commit 4055a51

Browse files
authored
Merge pull request #58821 from Expensify/revert-58654-fix/single-expense-reports-opening
[CP Staging] Revert "fix: always render the skeleton when fetching report actions"
2 parents a0dea04 + abc1328 commit 4055a51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/home/report/ReportActionsView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ function ReportActionsView({
270270
};
271271
}, [isTheFirstReportActionIsLinked]);
272272

273-
if (isLoadingInitialReportActions && !isOffline) {
273+
if (isLoadingInitialReportActions && visibleReportActions.length === 0 && !isOffline) {
274274
return <ReportActionsSkeletonView />;
275275
}
276276

0 commit comments

Comments
 (0)