Skip to content

Commit

Permalink
Update fetch logic
Browse files Browse the repository at this point in the history
  • Loading branch information
HauseMasterZ committed Oct 10, 2023
1 parent 12a0d0e commit 7d96609
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ function Home() {
setLetterRects([]);
setIsLoading(false);
setIsCursorHidden(false);

setQuote(data);
setIsQuoteRenderReady(true);
inputBoxRef.current.focus();
Expand Down

0 comments on commit 7d96609

Please sign in to comment.