Skip to content

Commit

Permalink
Merge 505129c into d8acab4
Browse files Browse the repository at this point in the history
  • Loading branch information
rwblair committed Feb 11, 2022
2 parents d8acab4 + 505129c commit 667f034
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 667f034

Please sign in to comment.