Skip to content

Commit

Permalink
Merge pull request #1025 from neuroscout/1024_fix_uploads_display
Browse files Browse the repository at this point in the history
don't display neurovault links on the submit page
  • Loading branch information
rwblair committed Feb 15, 2022
2 parents d8acab4 + 505129c commit 3fc283c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neuroscout/frontend/src/analysis_builder/Status.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -308,14 +308,14 @@ export class StatusTab extends React.Component<submitProps, statusTabState> {
{(this.props.status === 'PENDING' ||
this.props.status === 'SUBMITTING') && (
<div>
<br />
<h3>Analysis Pending Generation</h3>
<p>
Analysis generation may take some time. This page will update when
complete.
</p>
</div>
)}
<NeurovaultLinks analysisId={this.props.analysisId} />
</div>
)
}
Expand Down

0 comments on commit 3fc283c

Please sign in to comment.