Added the id to the speedtest component

This commit is contained in:
Mathias Wagner
2022-06-12 17:22:09 +02:00
parent 016fd6bad3
commit 3e8054a350
@@ -37,6 +37,7 @@ function TestArea() {
url={test.url}
type={test.type}
duration={test.time}
id={test.id}
/>
}) : ""}
</div>