Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
Lintfix
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiggr committed Apr 11, 2022
1 parent 6ab5b0e commit f9c7233
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ export default compose(
popup_map_provider_url,
popup_table_provider_url,
} = props.data;
const { max_count = 5 } = props.data;
const providers = [
{
provider_url: provider_url,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ const View = (props) => {
props.dispatch({
type: 'TABLE_FINISH_SEARCH',
results: _.filter(filteredTableData, isMatch),
//payload: { activePage: data.activePage, row_size },
});
}, time);
},
Expand Down

0 comments on commit f9c7233

Please sign in to comment.