linked family resources

This commit was merged in pull request #604.
This commit is contained in:
victorAnumudu
2024-02-29 21:52:11 +01:00
parent 1564f29a4c
commit fcb340007c
4 changed files with 33 additions and 5 deletions
-1
View File
@@ -6,7 +6,6 @@ export default function ResourcePage() {
const {state, pathname} = useLocation() // CHECKS IF THERE IS AN ACTIVE TAB WITH LINK BACK TO RESOURCES
const [MyResourceData, setMyResourceData] = useState([]);
const api = new usersService();
const getMyResourceData = async () => {
try {
const res = await api.getResourceList();