Skip to content

Commit

Permalink
Merge pull request #6 from LarveyOfficial/dev
Browse files Browse the repository at this point in the history
v1.1.1b
  • Loading branch information
LarveyOfficial authored Apr 30, 2023
2 parents 77faa12 + ad6b22a commit 24436dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/panel/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export function Header() {
const currentPath = router.pathname;
const [mobileMenuOpen, setMobileMenuOpen] = useState(false);
const { data: session } = useSession();
const { data, error } = useSWR("/api/getUser", fetcher, {});
const { data, error } = useSWR("/api/getUsers", fetcher, {});
const handlePhopp = () => {
setShowPhopp(!showPhopp);
};
Expand Down

1 comment on commit 24436dc

@vercel
Copy link

@vercel vercel bot commented on 24436dc Apr 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

shopgifs – ./

shopgifs.vercel.app
shopgifs-git-main-luisrvervaet.vercel.app
shopgifs-luisrvervaet.vercel.app

Please sign in to comment.