Skip to content

Commit beafd48

Browse files
authored
Merge pull request #56454 from twilight2294/patch-23
Fix: No animation in LHN when enabling Per diem
2 parents fbbbfb5 + 0a1192b commit beafd48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/workspace/WorkspaceInitialPage.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ function WorkspaceInitialPage({policyDraft, policy: policyProp, route}: Workspac
242242
icon: CalendarSolid,
243243
action: singleExecution(waitForNavigate(() => Navigation.navigate(ROUTES.WORKSPACE_PER_DIEM.getRoute(policyID)))),
244244
routeName: SCREENS.WORKSPACE.PER_DIEM,
245+
highlighted: highlightedFeature === CONST.POLICY.MORE_FEATURES.ARE_PER_DIEM_RATES_ENABLED,
245246
});
246247
}
247248

0 commit comments

Comments
 (0)