From aaae7c07174fc40f888fe108d6d8d67815d9f1c0 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Mon, 4 Mar 2024 17:11:24 -0600 Subject: [PATCH] Remove ignore --- src/components/Menu/context.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Menu/context.tsx b/src/components/Menu/context.tsx index 9fc91f6815..f8d0dd8580 100644 --- a/src/components/Menu/context.tsx +++ b/src/components/Menu/context.tsx @@ -3,6 +3,5 @@ import React from 'react' import type {ContextType} from '#/components/Menu/types' export const Context = React.createContext({ - // @ts-ignore control: null, })