[Dashboard] Fix a number of console warnings caused by incorrect usage of react keys (#10749)

* Fix a number of console warnings caused by incorrect usage of react keys

* lint

* lint

Co-authored-by: Max Fitton <max@semprehealth.com>
This commit is contained in:
Max Fitton
2020-09-15 11:21:44 -07:00
committed by GitHub
co-authored by Max Fitton
parent c2dff126aa
commit 334e11c704
8 changed files with 21 additions and 13 deletions
@@ -42,6 +42,7 @@ def test_basic(ray_start_with_dashboard):
assert len(client_stats) == 1
client = client_stats[0]
print(client)
assert len(client["workers"]) == 1