Skip to content

Commit

Permalink
Merge pull request #56454 from twilight2294/patch-23
Browse files Browse the repository at this point in the history
Fix: No animation in LHN when enabling Per diem
  • Loading branch information
rlinoz authored Feb 6, 2025
2 parents fbbbfb5 + 0a1192b commit beafd48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/workspace/WorkspaceInitialPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ function WorkspaceInitialPage({policyDraft, policy: policyProp, route}: Workspac
icon: CalendarSolid,
action: singleExecution(waitForNavigate(() => Navigation.navigate(ROUTES.WORKSPACE_PER_DIEM.getRoute(policyID)))),
routeName: SCREENS.WORKSPACE.PER_DIEM,
highlighted: highlightedFeature === CONST.POLICY.MORE_FEATURES.ARE_PER_DIEM_RATES_ENABLED,
});
}

Expand Down

0 comments on commit beafd48

Please sign in to comment.