|
@@ -92,7 +92,7 @@ const InAppNotificationElm = (props: Props): JSX.Element => {
|
|
|
{renderActionUserPictures()}
|
|
{renderActionUserPictures()}
|
|
|
</div>
|
|
</div>
|
|
|
<div className="p-2">
|
|
<div className="p-2">
|
|
|
- <div onClick={() => notificationClickHandler()}>
|
|
|
|
|
|
|
+ <div onClick={notificationClickHandler}>
|
|
|
<div>
|
|
<div>
|
|
|
<b>{actionUsers}</b> {actionMsg} <PagePathLabel page={pagePath} />
|
|
<b>{actionUsers}</b> {actionMsg} <PagePathLabel page={pagePath} />
|
|
|
</div>
|
|
</div>
|