We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7edd16a commit 575a66dCopy full SHA for 575a66d
src/libs/Navigation/AppNavigator/createCustomBottomTabNavigator/BottomTabBar.tsx
@@ -70,7 +70,7 @@ function BottomTabBar({selectedTab}: BottomTabBarProps) {
70
const styles = useThemeStyles();
71
const {translate} = useLocalize();
72
const {activeWorkspaceID} = useActiveWorkspace();
73
- const {currentReportID} = useCurrentReportID() ?? {currentReportID: null};
+ const {currentReportID = null} = useCurrentReportID() ?? {};
74
const [user] = useOnyx(ONYXKEYS.USER);
75
const [betas] = useOnyx(ONYXKEYS.BETAS);
76
const [priorityMode] = useOnyx(ONYXKEYS.NVP_PRIORITY_MODE);
0 commit comments