Skip to content

Commit

Permalink
chore(InfinityScroller): remove unused debug prop (#1571)
Browse files Browse the repository at this point in the history
  • Loading branch information
tujoworker authored Sep 21, 2022
1 parent e2f0f0d commit 9775d16
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ const InfinityPaginationTable = ({ tableItems, ...props }) => {
<tbody>
<StickyHelper />
<InfinityMarker
debug
marker_element="tr"
fallback_element={({ className, ...props }) => (
<TableRow className={className}>
Expand Down

0 comments on commit 9775d16

Please sign in to comment.