dh secret manager
This commit is contained in:
@@ -34,7 +34,6 @@ export const DevToolboxContextProvider: FC<
|
||||
> = (
|
||||
{ children, isDev },
|
||||
) => {
|
||||
console.log(isDev);
|
||||
const [tools, setTools] = useState<Record<string, ReactNode>>({});
|
||||
const [shouldShowDevTools, setShouldShowDevTools] = useState(isDev);
|
||||
|
||||
|
Reference in New Issue
Block a user