SDA-3525 Removing reply tooltip for notifications (#1349)

This commit is contained in:
Salah Benmoussati
2022-02-17 08:57:05 +01:00
committed by GitHub
parent 1eb856b7de
commit 7635da2ca1

View File

@@ -552,7 +552,6 @@ export default class NotificationComp extends React.Component<
<button
className={`action-button ${theming}`}
style={{ display: hasReply ? 'block' : 'none' }}
title={i18n.t('Reply')()}
onClick={this.eventHandlers.onOpenReply(id)}
>
{i18n.t('Reply')()}