diff --git a/src/messages.js b/src/messages.js index a79ba6e..c274dd7 100644 --- a/src/messages.js +++ b/src/messages.js @@ -4,11 +4,18 @@ import * as reactRedux from 'react-redux' import * as redux from 'redux' import './messages.css' -import {actions} from './state' +import { actions } from './state' function Messages(props) { return (
+ + Octopart API is down + We apologise but the Octopart API seems to be down. The BOM Builder will not work without it. Please try again later. + {props.buyPartsMessages.slice(0, 3).map(message => { const vendor = message.getIn(['sku', 'vendor']) const title = `Problem with adding part to ${vendor} cart`