diff --git a/app/scripts/components/common/blocks/lazy-components.js b/app/scripts/components/common/blocks/lazy-components.js index a09e0ea59..deacd6381 100644 --- a/app/scripts/components/common/blocks/lazy-components.js +++ b/app/scripts/components/common/blocks/lazy-components.js @@ -37,7 +37,7 @@ export function LazyScrollyTelling(props) { offset={100} once > - + ); } diff --git a/app/scripts/components/common/blocks/scrollytelling/index.tsx b/app/scripts/components/common/blocks/scrollytelling/index.tsx index c929d7ddf..5873e78fb 100644 --- a/app/scripts/components/common/blocks/scrollytelling/index.tsx +++ b/app/scripts/components/common/blocks/scrollytelling/index.tsx @@ -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';