Explorar o código

Formatting fix

bodicsek %!s(int64=3) %!d(string=hai) anos
pai
achega
74968003a4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/app.tsx

+ 1 - 1
src/components/app.tsx

@@ -44,7 +44,7 @@ const AppComponent: FunctionComponent<Props> = ({ appName = "OCC" }) => {
       <BrowserRouter>
         <Routes>
           {(plugins ?? [undefined]).map(p => {
-            return (<Route path={p?.path ?? "/"} element={<Content plugin={p} navigateRef={getNavigateRef}/>} />);
+            return (<Route path={p?.path ?? "/"} element={<Content plugin={p} navigateRef={getNavigateRef} />} />);
           })}
         </Routes>
       </BrowserRouter>