diff --git a/pkg/interface/src/views/apps/notifications/notifications.tsx b/pkg/interface/src/views/apps/notifications/notifications.tsx index cb916dd68..babe13e60 100644 --- a/pkg/interface/src/views/apps/notifications/notifications.tsx +++ b/pkg/interface/src/views/apps/notifications/notifications.tsx @@ -92,6 +92,7 @@ export default function NotificationsScreen(props: any): ReactElement { Mark All Read @@ -106,7 +107,7 @@ export default function NotificationsScreen(props: any): ReactElement { {!view && } diff --git a/pkg/interface/src/views/apps/publish/components/Note.tsx b/pkg/interface/src/views/apps/publish/components/Note.tsx index 3383b60da..17150dae2 100644 --- a/pkg/interface/src/views/apps/publish/components/Note.tsx +++ b/pkg/interface/src/views/apps/publish/components/Note.tsx @@ -73,14 +73,14 @@ export function Note(props: NoteProps & RouteComponentProps) { if (window.ship === note?.post?.author) { adminLinks.push( - Update + Update ) }; if (window.ship === note?.post?.author || ourRole === "admin") { adminLinks.push( - + Delete )