Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
harshithmullapudi committed May 12, 2022
1 parent 2e11075 commit bf52122
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const ConnectionTable: React.FC<IProps> = ({ data, entity, onClickRow, onChangeS
);

const sortingData = React.useMemo(() => data.sort(sortData), [sortData, data]);
console.log(sortingData);

const columns = React.useMemo(
() => [
{
Expand Down

0 comments on commit bf52122

Please sign in to comment.