Skip to content

Commit e5147ea

Browse files
committed
Update FrontendConfigContext.tsx
1 parent 1fb8f49 commit e5147ea

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/context/FrontendConfigContext.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ interface FrontendConfigProviderProps {
2727
children: ReactNode;
2828
}
2929

30-
export function FrontendConfigProvider({
31-
children,
32-
}: FrontendConfigProviderProps) {
30+
export function FrontendConfigProvider({ children }: FrontendConfigProviderProps) {
3331
const config = use(fetchPromise);
3432
const docLinks = new DocLinkCreator(config.documentationBaseUrl);
3533
const value: FrontendConfigContextProps = {

0 commit comments

Comments
 (0)