diff --git a/src/messages.js b/src/messages.js index c274dd7..a79ba6e 100644 --- a/src/messages.js +++ b/src/messages.js @@ -4,18 +4,11 @@ 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`