diff options
Diffstat (limited to 'src/components/PolicyUpdateOverlay/context.tsx')
-rw-r--r-- | src/components/PolicyUpdateOverlay/context.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/PolicyUpdateOverlay/context.tsx b/src/components/PolicyUpdateOverlay/context.tsx index 4f6e56e21..abb058d3c 100644 --- a/src/components/PolicyUpdateOverlay/context.tsx +++ b/src/components/PolicyUpdateOverlay/context.tsx @@ -28,6 +28,7 @@ const Context = createContext<{ */ setIsReadyToShowOverlay: () => {}, }) +Context.displayName = 'PolicyUpdateOverlayContext' export function usePolicyUpdateContext() { const context = useContext(Context) |