Skip to content

Commit

Permalink
Comment out redundant margin apr data (#849)
Browse files Browse the repository at this point in the history
* comment out margin apr data

* testnet release 2.14.20
  • Loading branch information
pgoos authored Nov 24, 2023
1 parent 082aaf4 commit 145b25f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "2.14.19",
"version": "2.14.20",
"private": true,
"scripts": {
"bump": "bump patch --tag --commit 'testnet release '",
Expand Down
4 changes: 2 additions & 2 deletions app/src/views/StatsPage/StatsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -261,11 +261,11 @@ export default defineComponent({
<td class="text-mono text-right align-middle">
{item.poolApr}%
</td>
<td class="text-mono text-right align-middle">
{/* <td class="text-mono text-right align-middle">
{!isNil(item.marginApr)
? `${prettyNumberMinMax(item.marginApr ?? 0)}%`
: "..."}
</td>
</td> */}
</tr>
);
})}
Expand Down

1 comment on commit 145b25f

@vercel
Copy link

@vercel vercel bot commented on 145b25f Nov 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sifchain-ui – ./

sifchain-ui-sifchain.vercel.app
sifchain-ui-git-master-sifchain.vercel.app
dex.sifchain.finance

Please sign in to comment.