Skip to content

Commit

Permalink
Merge pull request #70 from Vizzuality/fix/client/location-type
Browse files Browse the repository at this point in the history
fixes location type
  • Loading branch information
agnlez authored Nov 22, 2023
2 parents bd160b6 + f3e8256 commit 1b42f36
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ import HorizontalBarChart from '@/components/charts/horizontal-bar-chart';
import Widget from '@/components/widget';
import { ESTABLISHMENT_STAGES_CHART_BAR_BACKGROUNDS } from '@/constants/establishment-stages-chart-bar-backgrounds';
import { useGetMpaaEstablishmentStageStats } from '@/types/generated/mpaa-establishment-stage-stat';
import type { Location } from '@/types/generated/strapi.schemas';
import type { LocationGroupsDataItemAttributes } from '@/types/generated/strapi.schemas';

type EstablishmentStagesWidgetProps = {
location: Location;
location: LocationGroupsDataItemAttributes;
};

const EstablishmentStagesWidget: React.FC<EstablishmentStagesWidgetProps> = ({ location }) => {
Expand Down

0 comments on commit 1b42f36

Please sign in to comment.