Skip to content

Commit

Permalink
update(result table): remove filter in result table
Browse files Browse the repository at this point in the history
  • Loading branch information
sabertazimi committed Jan 18, 2019
1 parent b6844c8 commit ccce171
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/containers/Result.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ const Result = ({ error, isLoading, data }) => {
dataIndex: 'venue',
key: 'venue',
sorter: (a, b) => a.venue.localeCompare(b.venue),
filters: [
{
text: 'ISCA',
value: 'ISCA',
},
],
},
{
title: 'Year',
Expand Down

0 comments on commit ccce171

Please sign in to comment.