We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8889f68 commit f94b8d7Copy full SHA for f94b8d7
1 file changed
src/hooks/useCurrentReportID.tsx
@@ -5,7 +5,7 @@ import NAVIGATORS from '@src/NAVIGATORS';
5
6
type CurrentReportIDStateContextType = {
7
currentReportID: string | undefined;
8
- currentRHPReportID: string | undefined;
+ currentRHPReportID?: string | undefined;
9
};
10
11
type CurrentReportIDActionsContextType = {
0 commit comments