Disable tooltip

This commit is contained in:
koalasat
2025-07-20 14:50:56 +02:00
parent 562cec764c
commit 7fc3ce67a7

View File

@ -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.',
)} )}