Skip to content

Commit

Permalink
ADD: style it red
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinkle committed Jun 15, 2017
1 parent 86c547c commit ccacb0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middleware/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const analyses = [{

export const createErrorMessage = (jobId, msg='') => {
const message = <div>
<p>
<p style={{'color': 'red'}}>
ERROR WITH JOB: {jobId}
</p>
<p>
Expand Down

0 comments on commit ccacb0b

Please sign in to comment.