fixed quote equivalent formatting in wallet
This commit is contained in:
parent
b32fa2a19a
commit
806b98bc27
@ -1,7 +1,6 @@
|
|||||||
import React, {Component} from 'react';
|
import React, {Component} from 'react';
|
||||||
import {Balance, EventName, FirstConnectMessage, NewTickMessage} from "../types";
|
import {Balance, EventName, FirstConnectMessage, NewTickMessage} from "../types";
|
||||||
import {socket} from "../index";
|
import {socket} from "../index";
|
||||||
import {SymbolAccessories} from "../utils";
|
|
||||||
|
|
||||||
export type CoinBalanceProps = {
|
export type CoinBalanceProps = {
|
||||||
name: string,
|
name: string,
|
||||||
@ -51,11 +50,9 @@ class CoinBalance extends Component<CoinBalanceProps> {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="w-1/2 px-4 my-auto">
|
<div className="w-1/2 px-4 my-auto">
|
||||||
<div className="text-right">
|
<div
|
||||||
<div
|
className={"px-2 inline-flex text-center text-xs leading-5 font-semibold rounded-full bg-gray-200 text-gray-800"}>
|
||||||
className={"px-2 inline-flex text-xs leading-5 font-semibold rounded-full bg-gray-200 text-gray-800"}>
|
{quoteBlock}
|
||||||
{quoteBlock}
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user