Skip to content

Commit

Permalink
Merge pull request #53 from burnable-tech/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
coinop-logan authored Jul 22, 2019
2 parents e6892ac + 0d059c4 commit dbf842e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@

<body>
<div id='elm'></div>
<script type="text/javascript" src="/DAIHard/static/js/main-8a95930c561c7fe2eeff.js"></script></body>
<script type="text/javascript" src="/DAIHard/static/js/main-1a8988b1a444f0e2e0ea.js"></script></body>

</html>
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@

<body>
<div id='elm'></div>
<script type="text/javascript" src="/DAIHard/static/js/main-8a95930c561c7fe2eeff.js"></script></body>
<script type="text/javascript" src="/DAIHard/static/js/main-1a8988b1a444f0e2e0ea.js"></script></body>

</html>

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/Create/State.elm
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ update msg prevModel =
Cmd.none
ChainCmd.none
[ AppCmd.UserNotice <|
UN.unexpectedError "Error getting the ID of the created contract" txReceipt
UN.unexpectedError "Error getting the ID of the created offer. Check the \"My Trades\" page for your open offer." txReceipt
]

Web3Connect ->
Expand Down
2 changes: 1 addition & 1 deletion src/Helpers/Element.elm
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ fiatValue fv =
currencyElement =
case Dict.get fv.fiatType FiatValue.currencyTypes of
Nothing ->
Element.el [ Element.Font.color red ] (Element.text "!")
Element.none

Just ( typeChar, image ) ->
Images.toElement
Expand Down
2 changes: 1 addition & 1 deletion src/QuickCreate/State.elm
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ update msg prevModel =
Cmd.none
ChainCmd.none
[ AppCmd.UserNotice <|
UN.unexpectedError "Error getting the ID of the created contract" txReceipt
UN.unexpectedError "Error getting the ID of the created offer. Check the \"My Trades\" page for your open offer." txReceipt
]

Err e ->
Expand Down

0 comments on commit dbf842e

Please sign in to comment.