From cf68ce5010a96eeefcefe1fac45219188ac9d64e Mon Sep 17 00:00:00 2001 From: Jade McGough Date: Tue, 11 Oct 2016 14:48:21 -0700 Subject: [PATCH] remove unused default state --- ui/src/hosts/components/HostsTable.js | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/src/hosts/components/HostsTable.js b/ui/src/hosts/components/HostsTable.js index 0f4db7aa1..0295d549a 100644 --- a/ui/src/hosts/components/HostsTable.js +++ b/ui/src/hosts/components/HostsTable.js @@ -20,7 +20,6 @@ const HostsTable = React.createClass({ filteredHosts: this.props.hosts, sortDirection: null, sortKey: null, - sortType: null, }; },