Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
fether
Commits
91d81a2f
Commit
91d81a2f
authored
Jan 19, 2019
by
Luke Schoen
Browse files
fix: Fixes #324. Show link to Blockscout upon confirmed, not the first confirmation
parent
13c35487
Pipeline
#28696
passed with stage
in 2 minutes and 20 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
packages/fether-react/src/Send/Sent/Sent.js
View file @
91d81a2f
...
...
@@ -141,11 +141,11 @@ class Sent extends Component {
renderLink
=
()
=>
{
const
{
chainName
,
sendStore
:
{
confirmations
,
txStatus
},
sendStore
:
{
txStatus
},
token
}
=
this
.
props
;
if
(
confirmations
>=
0
)
{
if
(
txStatus
.
confirmed
)
{
return
(
<
a
href
=
{
blockscoutTxUrl
(
...
...
packages/fether-react/src/assets/sass/components/_alert-screen.scss
View file @
91d81a2f
...
...
@@ -45,6 +45,7 @@
color
:
$grey
;
font-size
:
0
.8rem
;
line-height
:
1
.4
;
padding-top
:
0
.5rem
;
}
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment