diff options
Diffstat (limited to 'src/components/Layout/Header/index.tsx')
-rw-r--r-- | src/components/Layout/Header/index.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/Layout/Header/index.tsx b/src/components/Layout/Header/index.tsx index d68f4bd1d..1a049a696 100644 --- a/src/components/Layout/Header/index.tsx +++ b/src/components/Layout/Header/index.tsx @@ -77,6 +77,7 @@ export function Outer({ } const AlignmentContext = createContext<'platform' | 'left'>('platform') +AlignmentContext.displayName = 'AlignmentContext' export function Content({ children, |