Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function CandidateScanQCSummaryWidget(props) {
CandidateScanQCSummaryWidget.propTypes = {
Files: PropTypes.array,
BaseURL: PropTypes.string,
VisitMap: PropTypes.array,
VisitMap: PropTypes.object,
};

/**
Expand Down
3 changes: 0 additions & 3 deletions modules/imaging_browser/php/module.class.inc
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,6 @@ class Module extends \Module
if (count($scansummary) === 0) {
return [];
}
foreach ($scansummary as $summary) {
$summary['nfiles'] = (int )$summary['nfiles'];
}
return [
new CandidateWidget(
"Imaging QC Summary",
Expand Down
Loading