Skip to content

Commit

Permalink
fixes location type
Browse files Browse the repository at this point in the history
  • Loading branch information
agnlez committed Nov 22, 2023
1 parent bd160b6 commit f3e8256
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 f3e8256

Please sign in to comment.