We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fb8f49 commit e5147eaCopy full SHA for e5147ea
src/context/FrontendConfigContext.tsx
@@ -27,9 +27,7 @@ interface FrontendConfigProviderProps {
27
children: ReactNode;
28
}
29
30
-export function FrontendConfigProvider({
31
- children,
32
- }: FrontendConfigProviderProps) {
+export function FrontendConfigProvider({ children }: FrontendConfigProviderProps) {
33
const config = use(fetchPromise);
34
const docLinks = new DocLinkCreator(config.documentationBaseUrl);
35
const value: FrontendConfigContextProps = {
0 commit comments