mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-01-05 12:39:40 -06:00
Fixed the Speedtest now displaying the correct type
This commit is contained in:
@@ -35,6 +35,7 @@ function TestArea() {
|
||||
error={test.error}
|
||||
key={test.id}
|
||||
url={test.url}
|
||||
type={test.type}
|
||||
duration={test.time}
|
||||
/>
|
||||
}) : ""}
|
||||
|
||||
Reference in New Issue
Block a user