mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-13 19:06:26 +00:00
Fix mobile book amount tooltip
This commit is contained in:
parent
fb404165cb
commit
dd38551ce0
@ -319,7 +319,11 @@ class BookPage extends Component {
|
||||
width: 84,
|
||||
renderCell: (params) => {
|
||||
return (
|
||||
<Tooltip placement='right' enterTouchDelay={0} title={t(params.row.type)}>
|
||||
<Tooltip
|
||||
placement='right'
|
||||
enterTouchDelay={0}
|
||||
title={t(params.row.type ? 'Seller' : 'Buyer')}
|
||||
>
|
||||
<div style={{ cursor: 'pointer' }}>
|
||||
{amountToString(
|
||||
params.row.amount,
|
||||
|
Loading…
Reference in New Issue
Block a user