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 authored Oct 6, 2023
1 parent 2d0a44d commit d42e21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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`

Check failure on line 111 in app/scripts/components/datasets/s-explore/index.tsx

View workflow job for this annotation

GitHub Actions / lint

'PositionPlaceHolderForScroll' is assigned a value but never used
position: absolute;
pointer-events: none;
z-index: 1000;
Expand Down

0 comments on commit d42e21e

Please sign in to comment.