Skip to content

Commit

Permalink
fix: fix project fetch mismatch on my projects page
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTaylor3D committed Dec 5, 2023
1 parent 715dd5b commit d8d46eb
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 d8d46eb

Please sign in to comment.