Fix hydration error

This commit is contained in:
Kalle 2026-04-04 10:23:07 +03:00
parent b0dc4a229a
commit 39338c26e5
2 changed files with 5 additions and 1 deletions

View File

@ -87,7 +87,6 @@ interface MatchJoinTabProps {
showNoSplatnetAlert: boolean;
}
// xxx: hydration error?
export function MatchJoinTab({
joinLink,
hostedBy,

View File

@ -15,6 +15,11 @@ import {
MatchRosterTab,
MatchTabs,
} from "~/components/match-page/MatchTabs";
import type { SendouRouteHandle } from "~/utils/remix.server";
export const handle: SendouRouteHandle = {
i18n: ["q"],
};
export default function MatchPageTestRoute() {
return (