Skip to content

Commit

Permalink
Remove commented line
Browse files Browse the repository at this point in the history
  • Loading branch information
gislawill committed Dec 18, 2024
1 parent d448997 commit dc97569
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,7 @@ const paintProps: (
const CompositeLayer = memo(({ layer, before }: Props) => {
// look to refacto with impactLayer and maybe other layers
const [adminBoundaryLimitPolygon, setAdminBoundaryPolygon] = useState(null);
const selectedDate = useDefaultDate(
layer.dateLayer,
// layer.expectedDataLagDays,
);
const selectedDate = useDefaultDate(layer.dateLayer);
const [aggregationBoundariesPolygon, setAggregationBoundariesPolygon] =
useState(null);
const serverAvailableDates = useSelector(availableDatesSelector);
Expand Down

0 comments on commit dc97569

Please sign in to comment.