Skip to content

Commit

Permalink
fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykkopycinski committed Dec 12, 2019
1 parent e0ecc4e commit 4466faa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ const NetworkTopNFlowTableComponent = React.memo<NetworkTopNFlowTableProps>(
}
}
},
[sort, type, tableType]
[sort, type, tableType, updateNetworkTable]
);

const field =
Expand Down

0 comments on commit 4466faa

Please sign in to comment.