Skip to content

Commit

Permalink
UI - duplicate code added due to merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Bangarraju-Microsoft committed Jan 9, 2025
1 parent 87c2474 commit 93a1310
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/frontend/src/pages/chat/Chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ const Chat = () => {
const chatMessageStreamEnd = useRef<HTMLDivElement | null>(null);
const [isLoading, setIsLoading] = useState<boolean>(false);
const [isGenerating, setIsGenerating] = useState<boolean>(false); // Add this state
const [isGenerating, setIsGenerating] = useState<boolean>(false); // Add this state
const [showLoadingMessage, setShowLoadingMessage] = useState<boolean>(false);
const [isAssistantAPILoading, setIsAssistantAPILoading] = useState(false);
const [isSendButtonDisabled, setSendButtonDisabled] = useState(false);
Expand Down

0 comments on commit 93a1310

Please sign in to comment.