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 {Balance, EventName, FirstConnectMessage, NewTickMessage} from "../types"; | ||||
| import {socket} from "../index"; | ||||
| import {SymbolAccessories} from "../utils"; | ||||
| 
 | ||||
| export type CoinBalanceProps = { | ||||
|     name: string, | ||||
| @ -51,11 +50,9 @@ class CoinBalance extends Component<CoinBalanceProps> { | ||||
|                         </div> | ||||
|                     </div> | ||||
|                     <div className="w-1/2 px-4 my-auto"> | ||||
|                         <div className="text-right"> | ||||
|                             <div | ||||
|                                 className={"px-2 inline-flex text-xs leading-5 font-semibold rounded-full bg-gray-200 text-gray-800"}> | ||||
|                                 {quoteBlock} | ||||
|                             </div> | ||||
|                         <div | ||||
|                             className={"px-2 inline-flex text-center text-xs leading-5 font-semibold rounded-full bg-gray-200 text-gray-800"}> | ||||
|                             {quoteBlock} | ||||
|                         </div> | ||||
|                     </div> | ||||
|                 </div> | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user