Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Erik Escoffier <[email protected]>
  • Loading branch information
hanbyul-here and nerik committed Oct 6, 2023
1 parent 2d0a44d commit cf8a812
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/scripts/components/datasets/s-explore/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ const DatesWrapper = styled.div`
}
`;

const PositionPlaceHoderForScroll = styled.div`
const PositionPlaceHolderForScroll = styled.div`
position: absolute;
pointer-events: none;
z-index: 1000;
Expand Down Expand Up @@ -584,7 +584,7 @@ function DatasetsExplore() {
}}
hideFooter
/>
<PageMainContent id='page-main-content'>
<PageMainContent>
<PageHero title={`${dataset.data.name} Exploration`} isHidden />
<Explorer>
<Panel revealed={panelRevealed} onClick={onPanelClick}>
Expand Down Expand Up @@ -614,7 +614,7 @@ function DatasetsExplore() {
</PanelActions>
</PanelHeader>
<PanelBody>
<PositionPlaceHoderForScroll />
<PositionPlaceHolderForScroll />
<ScrollArea>
<ScrollAreaInner>
<DatesWrapper>
Expand Down

0 comments on commit cf8a812

Please sign in to comment.