You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/messages.js
+1-8Lines changed: 1 addition & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -4,18 +4,11 @@ import * as reactRedux from 'react-redux'
4
4
import*asreduxfrom'redux'
5
5
import'./messages.css'
6
6
7
-
import{actions}from'./state'
7
+
import{actions}from'./state'
8
8
9
9
functionMessages(props){
10
10
return(
11
11
<divclassName="messages">
12
-
<semantic.Message
13
-
key="octopart"
14
-
negative
15
-
>
16
-
<semantic.Message.Header>Octopart API is down</semantic.Message.Header>
17
-
<semantic.Message.Content>We apologise but the Octopart API seems to be down. The BOM Builder will not work without it. Please try again later.</semantic.Message.Content>
18
-
</semantic.Message>
19
12
{props.buyPartsMessages.slice(0,3).map(message=>{
20
13
constvendor=message.getIn(['sku','vendor'])
21
14
consttitle=`Problem with adding part to ${vendor} cart`
0 commit comments