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} /> <FirmwareUpdate deviceInfo={deviceInfo} device={device} />
</Box> </Box>
<Box mt={5}> <Box mt={5}>
<AppsList <AppsList device={device} deviceInfo={deviceInfo} />
device={device}
targetId={deviceInfo.targetId}
provider={deviceInfo.providerId}
fullVersion={deviceInfo.fullVersion}
/>
</Box> </Box>
</Box> </Box>
) )

Loading…
Cancel
Save