Chore: change MySpeed blocks layout order (#5984)
This commit is contained in:
parent
196c51bf73
commit
6b63cfd491
1 changed files with 1 additions and 1 deletions
|
|
@ -24,9 +24,9 @@ export default function Component({ service }) {
|
|||
if (!data || (data && data.length === 0)) {
|
||||
return (
|
||||
<Container service={service}>
|
||||
<Block label="myspeed.ping" />
|
||||
<Block label="myspeed.download" />
|
||||
<Block label="myspeed.upload" />
|
||||
<Block label="myspeed.ping" />
|
||||
</Container>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue