Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
interface
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LuckySwap
interface
Commits
dcbc65e9
Commit
dcbc65e9
authored
Jan 19, 2018
by
Hayden Adams
Browse files
Options
Browse Files
Download
Plain Diff
fix merge conflicts
parents
9099c739
0a7c668d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
App.js
src/App.js
+2
-2
NetworkStatus.js
src/components/NetworkStatus.js
+1
-1
No files found.
src/App.js
View file @
dcbc65e9
...
...
@@ -292,11 +292,11 @@ class App extends Component {
<
section
className
=
"
rate border pa2
"
>
<
span
className
=
"
rate-info
"
>
<
p
>
Rate
<
/p
>
<
p
>
{
this
.
state
.
rate
}
UNI
/
ETH
<
/p
>
<
p
>
{
this
.
state
.
rate
}
{
this
.
state
.
outputToken
.
value
+
"
/
"
+
this
.
state
.
inputToken
.
value
}
<
/p
>
<
/span
>
<
span
className
=
"
rate-info
"
>
<
p
>
Fee
<
/p
>
<
p
>
{
this
.
state
.
fee
/
10
**
18
}
ETH
<
/p
>
<
p
>
{
this
.
state
.
fee
/
10
**
18
}
{
this
.
state
.
inputToken
.
value
}
<
/p
>
<
/span
>
<
/section
>
{
this
.
state
.
interaction
===
'
input
'
?
...
...
src/components/NetworkStatus.js
View file @
dcbc65e9
...
...
@@ -5,7 +5,7 @@ function NetworkStatus(props) {
if
(
isConnected
){
return
(
<
div
className
=
"
connection border pa2
"
>
<
a
href
=
{
'
https://etherscan.io/search?q=
'
+
props
.
address
}
>
{
props
.
address
}
<
/a
>
<
a
href
=
{
'
https://
rinkeby.
etherscan.io/search?q=
'
+
props
.
address
}
>
{
props
.
address
}
<
/a
>
<
p
>
●
<
/p
>
<
/div
>
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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