diff --git a/src/components/ErrorPage.jsx b/src/components/ErrorPage.jsx index d99cd93..5102abd 100644 --- a/src/components/ErrorPage.jsx +++ b/src/components/ErrorPage.jsx @@ -5,7 +5,7 @@ export default function ErrorPage() { const errorResponse = useRouteError(); console.info('error: '); console.dir(errorResponse.message); - + window.$pageSpy.triggerPlugins('onOfflineLog', 'upload'); return ( ); -} \ No newline at end of file +}