Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
yenienserrano committed Jun 13, 2023
1 parent 3a06f08 commit aa75c84
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion public/controllers/agent/components/agents-preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,6 @@ export const AgentsPreview = compose(
wzReq={this.props.tableProps.wzReq}
addingNewAgent={this.props.tableProps.addingNewAgent}
downloadCsv={this.props.tableProps.downloadCsv}
clickAction={this.props.tableProps.clickAction}
formatUIDate={(date) => formatUIDate(date)}
reload={() => this.fetchAgentStatusDetailsData()}
/>
Expand Down
1 change: 0 additions & 1 deletion public/controllers/agent/components/agents-table.js
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,6 @@ AgentsTable.propTypes = {
wzReq: PropTypes.func,
addingNewAgent: PropTypes.func,
downloadCsv: PropTypes.func,
clickAction: PropTypes.func,
timeService: PropTypes.func,
reload: PropTypes.func,
};

0 comments on commit aa75c84

Please sign in to comment.