Fixed the Speedtest now displaying the correct type

This commit is contained in:
Mathias Wagner
2022-06-12 15:55:38 +02:00
parent 460e2a8002
commit 185693cdf3

View File

@@ -35,6 +35,7 @@ function TestArea() {
error={test.error}
key={test.id}
url={test.url}
type={test.type}
duration={test.time}
/>
}) : ""}