Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tacyarg committed Dec 2, 2019
1 parent 93c39da commit 4bc388e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ these strategies the user can then trigger trade executions on thier
exchange of choice. This allows the user to tailor thier trading
experience however they see fit.

![Provider](https://i.imgur.com/lsHwrTn.png)

# Features

Fundingrate.io provides a few compelling features and services.
Expand Down
12 changes: 1 addition & 11 deletions src/pages/Profile/Providers.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,17 +162,7 @@ const ProviderEventHistory = ({ listMyProviderTrades = async x => x }) => {
<LineChart
width={900}
height={420}
data={
state
// [
// {
// "name": "Page A",
// "uv": 4000,
// "pv": 2400,
// "amt": 2400
// }
// ]
}>
data={state}>
<CartesianGrid strokeDasharray="3 3" />
<XAxis name="Date" dataKey="date" />
<YAxis />
Expand Down

0 comments on commit 4bc388e

Please sign in to comment.