fix score leaderboard staying open when switching sort/page
This commit is contained in:
@ -7,7 +7,7 @@ import { useToast } from "@/hooks/use-toast";
|
||||
import Tooltip from "../tooltip";
|
||||
import { Button } from "../ui/button";
|
||||
import { revalidatePath } from "next/cache";
|
||||
import { setCookieValue } from "@/common/cookie-utils";
|
||||
import { setCookieValue } from "@ssr/common/utils/cookie-utils";
|
||||
|
||||
type Props = {
|
||||
/**
|
||||
|
Reference in New Issue
Block a user