Skip to content

Commit

Permalink
remove data as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mgiota committed Jul 19, 2021
1 parent 6e287df commit 697330b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const getRenderCellValue = ({
},
});
}
}, [columnId, data, setCellProps]);
}, [columnId, setCellProps]);

switch (columnId) {
case ALERT_STATUS:
Expand Down

0 comments on commit 697330b

Please sign in to comment.