This commit is contained in:
Owen Schwartz
2024-10-14 22:02:09 -04:00
2 changed files with 2 additions and 7 deletions

View File

@@ -16,6 +16,7 @@ export default async function Page({ params }: SitesPageProps) {
);
sites = res.data.data.sites;
} catch (e) {
console.error("Error fetching sites", e);
}
return (