Skip to content

Commit

Permalink
fix(stage): Remove extraneous $ character from details (#7787)
Browse files Browse the repository at this point in the history
  • Loading branch information
luispollo authored and anotherchrisberry committed Jan 16, 2020
1 parent 24fdb05 commit ebb23ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export function ImportDeliveryConfigExecutionDetails(props: IExecutionDetailsSec
<div>
<div className="alert alert-danger">
Something went wrong during import:
<pre>${stage.context.error}</pre>
<pre>{stage.context.error}</pre>
</div>
</div>
)}
Expand Down

0 comments on commit ebb23ca

Please sign in to comment.