Skip to content

Commit

Permalink
fix: remove 'see more' text
Browse files Browse the repository at this point in the history
  • Loading branch information
okorie2 committed Oct 24, 2023
1 parent e4a3e01 commit 1ff39da
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions src/app/modules/home-module/components/Charts/chartsGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -211,21 +211,7 @@ export default function ChartsGrid(props: Props) {
)}
<Box height={100} />

{/* <div ref={observerTarget} /> */}

<div
onClick={() => {
if (loadedCharts.length !== ChartsCount) {
setOffset(offset + limit);
}
}}
css={`
height: 10px;
cursor: pointer;
`}
>
{loadedCharts.length === ChartsCount ? "end" : "see more"}
</div>
<div ref={observerTarget} />

<DeleteChartDialog
cardId={cardId}
Expand Down

0 comments on commit 1ff39da

Please sign in to comment.