Skip to content

Commit

Permalink
ADG-9458 fix request count link in the clients table
Browse files Browse the repository at this point in the history
  • Loading branch information
IldarKamalov committed Jan 9, 2025
1 parent 0b25119 commit 786c568
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ NOTE: Add new changes BELOW THIS COMMENT.
### Fixed

- The formatting of large numbers on the dashboard ([#7329]).
- Request count link from the clients table ([#7513]).

[#7513]: https://github.com/AdguardTeam/AdGuardHome/issues/7513
[#7329]: https://github.com/AdguardTeam/AdGuardHome/issues/7329

<!--
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ const ClientsTable = ({
return content;
}

return <LogsSearchLink search={row.original.ids[0]}>{content}</LogsSearchLink>;
return <LogsSearchLink search={row.original.name}>{content}</LogsSearchLink>;
},
},
{
Expand Down

0 comments on commit 786c568

Please sign in to comment.