diff --git a/src/chatbox.tsx b/src/chatbox.tsx index 197b2b0..cfae0ba 100644 --- a/src/chatbox.tsx +++ b/src/chatbox.tsx @@ -1,4 +1,4 @@ -import structuredClone from '@ungap/structured-clone' +import structuredClone from "@ungap/structured-clone"; import { createRef } from "preact"; import { StateUpdater, useEffect, useState } from "preact/hooks"; import { ChatStore, STORAGE_NAME_TEMPLATE, addTotalCost } from "./app"; @@ -456,7 +456,8 @@ export default function ChatBOX(props: {

{chatStore.history.length > 0 && (