Skip to content

Commit

Permalink
bad page defn
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Jun 27, 2024
1 parent f49eba2 commit 81b9bf9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
"use client";

import ActivityFeed from "@peated/web/components/activityFeed";
import { trpc } from "@peated/web/lib/trpc";

export default function Page() {
const filter = "local";
const filter = "friends";
const [tastingList] = trpc.tastingList.useSuspenseQuery({
filter,
limit: 10,
Expand Down

0 comments on commit 81b9bf9

Please sign in to comment.