Updated dependencies

This commit is contained in:
2022-08-01 10:34:35 +01:00
parent fd29385cf8
commit 4cbf67dcbb
17 changed files with 523 additions and 692 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
import React, { useEffect, useContext, useRef } from 'react';
import { Link, Redirect } from 'react-router-dom';
import { Link, Navigate } from 'react-router-dom';
import ApplyToBody from '../utilities/apply-to-body';
@@ -13,7 +13,7 @@ const Account = props => {
//misplaced?
if (!authTokens.accessToken) {
return <Redirect to='/' />;
return <Navigate to='/' />;
}
//refs