diff --git a/src/renderer/src/components/ui/markdown/Markdown.tsx b/src/renderer/src/components/ui/markdown/Markdown.tsx index 6fad7c1aa8..251b92686d 100644 --- a/src/renderer/src/components/ui/markdown/Markdown.tsx +++ b/src/renderer/src/components/ui/markdown/Markdown.tsx @@ -6,7 +6,7 @@ import { useMemo, useState } from "react" export const Markdown: Component< { children: string - } & Partial, + } & Partial > = ({ children, components, className }) => { const stableRemarkOptions = useState({ components })[0] diff --git a/src/renderer/src/modules/ai/ai-daily/EntryPlaceholderDaily.tsx b/src/renderer/src/modules/ai/ai-daily/EntryPlaceholderDaily.tsx index 3c72cca000..db155c3aef 100644 --- a/src/renderer/src/modules/ai/ai-daily/EntryPlaceholderDaily.tsx +++ b/src/renderer/src/modules/ai/ai-daily/EntryPlaceholderDaily.tsx @@ -15,7 +15,7 @@ export const EntryPlaceholderDaily = ({ view: DailyView className?: string }) => ( -
+
diff --git a/src/renderer/src/modules/entry-column/Items/social-media-item.tsx b/src/renderer/src/modules/entry-column/Items/social-media-item.tsx index 441d7243cb..8036f2fe7c 100644 --- a/src/renderer/src/modules/entry-column/Items/social-media-item.tsx +++ b/src/renderer/src/modules/entry-column/Items/social-media-item.tsx @@ -187,8 +187,8 @@ export const SocialMediaDateItem = ({