diff --git a/src/components/conversation/conversation.tsx b/src/components/conversation/conversation.tsx index dace76d..c0bd71c 100644 --- a/src/components/conversation/conversation.tsx +++ b/src/components/conversation/conversation.tsx @@ -537,7 +537,7 @@ export default function Conversation(props: { function LoadingIndicator() { const generationRequestActive = useRecoilValue(GenerationRequestActive) - return + return } export const GlobalAdventureStyle = createGlobalStyle<{ theme: typeof Dark; nodeTypes: SchemaNodes }>` diff --git a/src/components/editor/container.tsx b/src/components/editor/container.tsx index 09e74c5..4fd6ae7 100644 --- a/src/components/editor/container.tsx +++ b/src/components/editor/container.tsx @@ -489,7 +489,7 @@ export default function EditorContainer({ function LoadingIndicator() { const generationRequestActive = useRecoilValue(GenerationRequestActive) - return + return } interface EditorStateUpdaterProps { diff --git a/src/components/lorebook/tabs/entry.tsx b/src/components/lorebook/tabs/entry.tsx index 95ccd23..27206af 100644 --- a/src/components/lorebook/tabs/entry.tsx +++ b/src/components/lorebook/tabs/entry.tsx @@ -1084,7 +1084,7 @@ function LoreGeneratorTextInput(props: { entry: LoreEntry | null; save: () => vo )} - +