Pull request: client: fix query log response status error
Closes #3089 Squashed commit of the following: commit c5f3112298b11a73b77a35ea249f24abed221425 Author: Ildar Kamalov <ik@adguard.com> Date: Tue May 18 16:08:56 2021 +0300 client: fix query log response status error
This commit is contained in:
@@ -209,7 +209,6 @@ ClientCell.propTypes = {
|
||||
client: propTypes.string.isRequired,
|
||||
client_id: propTypes.string,
|
||||
client_info: propTypes.shape({
|
||||
ids: propTypes.arrayOf(propTypes.string).isRequired,
|
||||
name: propTypes.string.isRequired,
|
||||
whois: propTypes.shape({
|
||||
country: propTypes.string,
|
||||
|
||||
Reference in New Issue
Block a user