Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrahoang686 committed Jan 7, 2025
1 parent 148dc81 commit f272483
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/scripts/components/common/blocks/lazy-components.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export function LazyScrollyTelling(props) {
offset={100}
once
>
<ScrollytellingBlock {...props} datasets={veda_faux_module_datasets}/>
<ScrollytellingBlock {...props} datasets={veda_faux_module_datasets} />
</LazyLoad>
);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ import { CSSTransition, SwitchTransition } from 'react-transition-group';
import { CollecticonCircleXmark } from '@devseed-ui/collecticons';

import { MapRef } from 'react-map-gl';
import { ProjectionOptions, VedaDatum } from '$types/veda';
import { BlockErrorBoundary } from '..';
import {
ChapterProps,
ScrollyChapter,
validateChapter
} from './chapter';
import { ProjectionOptions, VedaDatum } from '$types/veda';
import { projectionDefault } from '$components/common/map/controls/map-options/projections';
import { userTzDate2utcString, utcString2userTzDate } from '$utils/date';
import { S_FAILED, S_SUCCEEDED } from '$utils/status';
Expand Down

0 comments on commit f272483

Please sign in to comment.