Skip to content

Commit

Permalink
fix: move error details underneath
Browse files Browse the repository at this point in the history
  • Loading branch information
Rashid Ksirov committed Sep 27, 2019
1 parent 15ee098 commit 5c374b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/static/components/section/body/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ class Body extends Component {
</div>
<MetaInfo metaInfo={metaInfo} suiteUrl={suiteUrl} getExtraMetaInfo={this.getExtraMetaInfo}/>
{description && <Description content={description}/>}
{errorDetails && <ErrorDetails errorDetails={errorDetails}/>}
{this._getTabs()}
{errorDetails && <ErrorDetails errorDetails={errorDetails}/>}
</div>
</div>
);
Expand Down

0 comments on commit 5c374b5

Please sign in to comment.