diff --git a/src/charts/AgentGroup.js b/src/charts/AgentGroup.js index 16932b3..3eeee52 100644 --- a/src/charts/AgentGroup.js +++ b/src/charts/AgentGroup.js @@ -1,5 +1,5 @@ import React, {Component} from 'react'; -import {Row, Col, List, Avatar, Space, DatePicker, Button, Select, Table} from 'antd'; +import {Row, Col, List, Typography, Space, DatePicker, Button, Select, Table} from 'antd'; import { ContainerOutlined, CarryOutOutlined, SmileOutlined, TagsOutlined, GlobalOutlined, @@ -43,10 +43,10 @@ class AgentGroup extends Component { const groupList = customerServicesStore.groupList; const groupListColumns = customerServicesStore.groupListColumns; const {startDate, endDate, dateType} = customerServicesStore; - const { selectedRowKeys } = this.state; return ( <> +