Skip to content

Commit

Permalink
Hide asset from markets and favorites
Browse files Browse the repository at this point in the history
  • Loading branch information
gades committed Jun 21, 2019
1 parent ad2ee1f commit f4cd26c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/components/Dashboard/DashboardPage.jsx
Expand Up @@ -67,7 +67,7 @@ class DashboardPage extends React.Component {
.toLowerCase()}.png`}
/>
 
{q}
{q.replace("PIRATE.", "")}
</span>
);

Expand Down
2 changes: 1 addition & 1 deletion app/components/Exchange/MyMarkets.jsx
Expand Up @@ -1114,7 +1114,7 @@ class MyMarkets extends React.Component {
active: activeMarketTab === index
})}
>
{base}
{base.replace("PIRATE.", "")}
</li>
);
})}
Expand Down

0 comments on commit f4cd26c

Please sign in to comment.