Skip to content

Commit

Permalink
Merge pull request #20 from Chia-Network/fix/25
Browse files Browse the repository at this point in the history
fix: fix project fetch mismatch on my projects page
  • Loading branch information
TheLastCicada authored Feb 21, 2024
2 parents d518c27 + d8d46eb commit 4a7a4fb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/pages/Projects/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ import {
addIsMakerPropToChangeGroups,
convertProcessedOfferToStagingChangeGroups,
} from '../../utils/transferOfferUtils';
import {
getIssuances,
getProjects,
} from '../../store/actions/climateWarehouseActions';
import { getIssuances } from '../../store/actions/climateWarehouseActions';

import {
APIDataTable,
Expand Down Expand Up @@ -391,7 +388,6 @@ const Projects = withTheme(({ theme }) => {

useEffect(() => {
dispatch(getIssuances());
dispatch(getProjects({ useMockedResponse: false, useApiMock: false }));
}, []);

if (!filteredColumnsTableData) {
Expand Down

0 comments on commit 4a7a4fb

Please sign in to comment.