Skip to content

Commit

Permalink
fix: react minified issue on schema list
Browse files Browse the repository at this point in the history
Signed-off-by: pranalidhanavade <[email protected]>
  • Loading branch information
pranalidhanavade committed Oct 11, 2024
2 parents 69de478 + 443e27c commit f4756f7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/User/UserDashBoard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ const UserDashBoard = () => {
}
setLoading(false);
};

const getAllOrganizations = async () => {
setOrgLoading(true);
const response = await getOrganizations(
Expand All @@ -138,7 +137,6 @@ const UserDashBoard = () => {
const getAllEcosystemInvitations = async () => {
setLoading(true);
try {

const response = await getUserEcosystemInvitations(
currentPage.pageNumber,
currentPage.pageSize,
Expand Down

0 comments on commit f4756f7

Please sign in to comment.