mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-29 02:11:28 -06:00
SDA-3525 Removing reply tooltip for notifications (#1349)
This commit is contained in:
parent
1eb856b7de
commit
7635da2ca1
@ -552,7 +552,6 @@ export default class NotificationComp extends React.Component<
|
|||||||
<button
|
<button
|
||||||
className={`action-button ${theming}`}
|
className={`action-button ${theming}`}
|
||||||
style={{ display: hasReply ? 'block' : 'none' }}
|
style={{ display: hasReply ? 'block' : 'none' }}
|
||||||
title={i18n.t('Reply')()}
|
|
||||||
onClick={this.eventHandlers.onOpenReply(id)}
|
onClick={this.eventHandlers.onOpenReply(id)}
|
||||||
>
|
>
|
||||||
{i18n.t('Reply')()}
|
{i18n.t('Reply')()}
|
||||||
|
Loading…
Reference in New Issue
Block a user