We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f725404 commit d6e9fdaCopy full SHA for d6e9fda
src/pages/volunteer.astro
@@ -34,7 +34,6 @@ const locations = await pb.collection("locations").getFullList({
34
const links = await pb.collection("links").getFullList({
35
filter: `location.id = "${location.id}"`,
36
});
37
- console.log(links);
38
if (links.length > 0) {
39
return (
40
<div class="flex flex-col items-center justify-center gap-3">
0 commit comments