Notification: further handle "missed_out" + other tweaks #6052
1 changed files with 7 additions and 2 deletions
|
@ -145,11 +145,16 @@ export default function Notification(props: Props) {
|
||||||
<div className="notification__title">
|
<div className="notification__title">
|
||||||
<LbcMessage>{notification_parameters.device.title}</LbcMessage>
|
<LbcMessage>{notification_parameters.device.title}</LbcMessage>
|
||||||
</div>
|
</div>
|
||||||
<div className="notification__text mobile-hidden">{commentText}</div>
|
<div title={commentText} className="notification__text mobile-hidden">
|
||||||
|
{commentText}
|
||||||
|
</div>
|
||||||
</>
|
</>
|
||||||
) : (
|
) : (
|
||||||
<>
|
<>
|
||||||
<div className="notification__text">
|
<div
|
||||||
|
title={notification_parameters.device.text.replace(/\sLBC/g, ' Credits')}
|
||||||
|
className="notification__text"
|
||||||
|
>
|
||||||
<LbcMessage>{notification_parameters.device.text}</LbcMessage>
|
<LbcMessage>{notification_parameters.device.text}</LbcMessage>
|
||||||
</div>
|
</div>
|
||||||
</>
|
</>
|
||||||
|
|
Loading…
Reference in a new issue