Skip to content

Commit

Permalink
oops left a console.log in there
Browse files Browse the repository at this point in the history
  • Loading branch information
martindstone committed Sep 25, 2023
1 parent cc8006d commit 5f4adf1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/IncidentTable/IncidentTableComponent.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,6 @@ const IncidentTableComponent = () => {
const row = data[index];
useEffect(() => {
if (inView) {
console.log('in view', row.original.id);
if (
!row.original.alerts
|| (Array.isArray(row.original.alerts) && row.original.alerts.length !== row.original.alert_counts?.all)
Expand Down

0 comments on commit 5f4adf1

Please sign in to comment.