Skip to content

Commit

Permalink
Merge branch 'fix/control-not-connected' into prod
Browse files Browse the repository at this point in the history
  • Loading branch information
rtaieb committed Aug 8, 2023
2 parents 2bddbfd + 5d8bb14 commit e10817f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/control/components/UserReadInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export function UserReadInfo({
const api = useApi();
const classes = useStyles();

const downloadBDC = useDownloadBDC(controlData.id);
const downloadBDC = useDownloadBDC(controlData?.id);

return (
<Container maxWidth="md" className={classes.container}>
Expand Down

0 comments on commit e10817f

Please sign in to comment.