mirror of
https://github.com/RoboSats/robosats.git
synced 2025-09-13 00:56:22 +00:00
Disable tooltip
This commit is contained in:
@ -225,7 +225,7 @@ const RobotProfile = ({
|
|||||||
<Tooltip
|
<Tooltip
|
||||||
placement='top'
|
placement='top'
|
||||||
enterTouchDelay={0}
|
enterTouchDelay={0}
|
||||||
hidden={!slot?.lastOrder?.id}
|
disableHoverListener={!slot?.lastOrder?.id}
|
||||||
title={t(
|
title={t(
|
||||||
'Reusing trading identity degrades your privacy against other users, coordinators and observers.',
|
'Reusing trading identity degrades your privacy against other users, coordinators and observers.',
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user