mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-22 03:10:15 +01:00
fix: fix files to adhere to standard conventions
This commit is contained in:
parent
9b04ffabca
commit
ff757f27cf
7 changed files with 11 additions and 9 deletions
|
|
@ -18,7 +18,6 @@ export default function Conversation({ conversation, retainView }) {
|
|||
const { switchToConversation } = store.useConversation();
|
||||
|
||||
const [renaming, setRenaming] = useState(false);
|
||||
const [titleInput, setTitleInput] = useState(title);
|
||||
const inputRef = useRef(null);
|
||||
|
||||
const {
|
||||
|
|
@ -35,6 +34,8 @@ export default function Conversation({ conversation, retainView }) {
|
|||
toneStyle
|
||||
} = conversation;
|
||||
|
||||
const [titleInput, setTitleInput] = useState(title);
|
||||
|
||||
const rename = manualSWR(`/api/convos/update`, 'post');
|
||||
|
||||
const bingData = conversationSignature
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue