mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-19 01:03:20 +00:00
Fix mobile book amount tooltip
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user