Skip to content

Commit f94b8d7

Browse files
committed
Fix TS
1 parent 8889f68 commit f94b8d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hooks/useCurrentReportID.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import NAVIGATORS from '@src/NAVIGATORS';
55

66
type CurrentReportIDStateContextType = {
77
currentReportID: string | undefined;
8-
currentRHPReportID: string | undefined;
8+
currentRHPReportID?: string | undefined;
99
};
1010

1111
type CurrentReportIDActionsContextType = {

0 commit comments

Comments
 (0)