this is useless
All checks were successful
Deploy Website / docker (ubuntu-latest) (push) Successful in 2m52s
All checks were successful
Deploy Website / docker (ubuntu-latest) (push) Successful in 2m52s
This commit is contained in:
parent
57e74e30e2
commit
a26bf53996
@ -43,7 +43,6 @@ const withBundleAnalyzer = nextBundleAnalyzer({
|
||||
});
|
||||
|
||||
const config = withBundleAnalyzer(nextConfig);
|
||||
|
||||
export default isProduction()
|
||||
? withSentryConfig(config, {
|
||||
org: "fascinatedcc",
|
||||
|
@ -6,7 +6,6 @@ import useDatabase from "../../hooks/use-database";
|
||||
import { useToast } from "@/hooks/use-toast";
|
||||
import Tooltip from "../tooltip";
|
||||
import { Button } from "../ui/button";
|
||||
import { revalidatePath } from "next/cache";
|
||||
import { setCookieValue } from "@ssr/common/utils/cookie-utils";
|
||||
|
||||
type Props = {
|
||||
@ -33,7 +32,6 @@ export default function ClaimProfile({ playerId }: Props) {
|
||||
title: "Profile Claimed",
|
||||
description: "You have claimed this profile.",
|
||||
});
|
||||
revalidatePath("/player/[...slug]");
|
||||
}
|
||||
|
||||
// Database is not ready
|
||||
|
Reference in New Issue
Block a user