Skip to content

Commit

Permalink
type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
allroundexperts committed Mar 27, 2024
1 parent 23309a5 commit 2c79caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/workspace/WorkspaceInitialPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ function WorkspaceInitialPage({policyDraft, policy: policyProp, policyMembers, r
brickRoadIndicator={item.brickRoadIndicator}
wrapperStyle={styles.sectionMenuItem}
highlighted={enabledItem?.name === item.name}
focused={!!(item.translationKey && activeRoute?.startsWith(item.name))}
focused={!!(item.translationKey && activeRoute?.startsWith(item.translationKey))}
hoverAndPressStyle={styles.hoveredComponentBG}
isPaneMenu
/>
Expand Down

0 comments on commit 2c79caa

Please sign in to comment.