Skip to content

Commit

Permalink
Update src/pages/home.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
bdougie committed Jun 3, 2023
1 parent 3acca5e commit 8e8bb0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/home.tsx
Expand Up @@ -31,7 +31,6 @@ const Home = () => {
const { currentTabIsOpensaucedUser, checkedUser } = useOpensaucedUserCheck();
const [highlights, setHighlights] = useState<Highlight[]>([]);
const [currentPage, setCurrentPage] = useState(0);
const [currentName, setCurrentName] = useState<string>("");


useEffect(() => {
Expand Down

0 comments on commit 8e8bb0b

Please sign in to comment.