From 43983ef2674adc67485d3bd1beffc4056f2ffdb8 Mon Sep 17 00:00:00 2001 From: Kaspar Emanuel Date: Mon, 11 Jul 2022 22:14:22 +0100 Subject: [PATCH] Revert "Add notice about Octopart API being down" This reverts commit d0fa985a02df464afa9482d2e1332d575ac484a2. --- src/messages.js | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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`