fix fe linter (#31)

* fix fe linter

* fix App.tsx
This commit is contained in:
2023-12-23 21:45:51 +01:00
committed by morbalint
parent 7264b269c0
commit 9894ba735e
2 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ function App(props: {faro?: Faro}) {
},
{
path: "/karaktereim",
element: <CharacterList faro={props.faro} />,
element: <CharacterList />,
loader: () => fetch(`api/Character`),
ErrorBoundary: ErrorBoundary,
},