meriadec
7 years ago
No known key found for this signature in database
GPG Key ID: 1D2FC2305E2CB399
1 changed files with
1 additions and
6 deletions
-
src/components/ManagerPage/Dashboard.js
|
|
@ -31,12 +31,7 @@ const Dashboard = ({ device, deviceInfo, t }: Props) => ( |
|
|
|
<FirmwareUpdate deviceInfo={deviceInfo} device={device} /> |
|
|
|
</Box> |
|
|
|
<Box mt={5}> |
|
|
|
<AppsList |
|
|
|
device={device} |
|
|
|
targetId={deviceInfo.targetId} |
|
|
|
provider={deviceInfo.providerId} |
|
|
|
fullVersion={deviceInfo.fullVersion} |
|
|
|
/> |
|
|
|
<AppsList device={device} deviceInfo={deviceInfo} /> |
|
|
|
</Box> |
|
|
|
</Box> |
|
|
|
) |
|
|
|