|
@@ -8,8 +8,6 @@ interface Props {
|
|
|
}
|
|
}
|
|
|
export const PageCommentInAppNotification = (props: Props): JSX.Element => {
|
|
export const PageCommentInAppNotification = (props: Props): JSX.Element => {
|
|
|
|
|
|
|
|
- // TODO: need to add page comment create and update statuses.
|
|
|
|
|
-
|
|
|
|
|
return (
|
|
return (
|
|
|
<>
|
|
<>
|
|
|
<b>{props.actionUsers}</b> commented on {props.notification.target.path}
|
|
<b>{props.actionUsers}</b> commented on {props.notification.target.path}
|