diff --git a/src/components/Embedded/EmbeddedNote.tsx b/src/components/Embedded/EmbeddedNote.tsx index 8604c6fc..45e5394d 100644 --- a/src/components/Embedded/EmbeddedNote.tsx +++ b/src/components/Embedded/EmbeddedNote.tsx @@ -35,8 +35,8 @@ function EmbeddedNoteSkeleton({ className }: { className?: string }) { onClick={(e) => e.stopPropagation()} >
- - + +
diff --git a/src/components/NotificationList/index.tsx b/src/components/NotificationList/index.tsx index ef8ffc1d..240daea8 100644 --- a/src/components/NotificationList/index.tsx +++ b/src/components/NotificationList/index.tsx @@ -169,7 +169,6 @@ const NotificationList = forwardRef((_, ref) => {
-