put error boundary around the group page
This commit is contained in:
parent
d7dc1fa417
commit
476d696aa8
1 changed files with 0 additions and 5 deletions
|
|
@ -79,11 +79,6 @@ export default function Router(props: Props) {
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
<ErrorBoundary FallbackComponent={ErrorFallback}>
|
|
||||||
<Route path="*" element={<RelativeRoutes/>} />
|
|
||||||
</ErrorBoundary>
|
|
||||||
|
|
||||||
const GroupsRoute = () => {
|
const GroupsRoute = () => {
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue