Browse Source

Give correct props to AppsList

master
meriadec 7 years ago
parent
commit
badf77f360
No known key found for this signature in database GPG Key ID: 1D2FC2305E2CB399
  1. 7
      src/components/ManagerPage/Dashboard.js

7
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>
)

Loading…
Cancel
Save