Skip to content

Commit

Permalink
Front-End: Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
king112ola committed Aug 10, 2024
1 parent 944e1cf commit d015864
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Back-End/config.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"lastDALLE2_Image_IDNumber":104,"lastDID_Video_IDNumber":16,"lastChatgpt_Text_IDNumber":652,"lastSAMSUM_Text_IDNumber":64,"lastT2SEDEN_Audio_IDNumber":61,"lastPDFTRANSEDEN_Pdf_IDNumber":36,"lastRIFFUSION_AudioPlusImage_IDNumber":77,"lastMUSICFY_Audio_IDNumber":13,"lastSTABLEDIFFUSION_Image_IDNumber":45,"lastOPENJOURNEY_Image_IDNumber":18,"lastANYTHING_Image_IDNumber":13,"lastQuciAI_Any_IDNumber":315}
{"lastDALLE2_Image_IDNumber":105,"lastDID_Video_IDNumber":16,"lastChatgpt_Text_IDNumber":653,"lastSAMSUM_Text_IDNumber":64,"lastT2SEDEN_Audio_IDNumber":61,"lastPDFTRANSEDEN_Pdf_IDNumber":36,"lastRIFFUSION_AudioPlusImage_IDNumber":77,"lastMUSICFY_Audio_IDNumber":13,"lastSTABLEDIFFUSION_Image_IDNumber":45,"lastOPENJOURNEY_Image_IDNumber":18,"lastANYTHING_Image_IDNumber":13,"lastQuciAI_Any_IDNumber":316}
1 change: 1 addition & 0 deletions Front-End/src/views/chatgpt/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,7 @@ const ChatGptIndex = () => {
item xs={12}
id={"messageID-" + message.id}
sx={{
whiteSpace: "pre-line",
...cursorStyle,
display: message.hiddenFromUser ? 'none' : 'flex',
justifyContent: justifyContent,
Expand Down

0 comments on commit d015864

Please sign in to comment.