mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-13 22:42:38 -05:00
Fix hydration error
This commit is contained in:
parent
b0dc4a229a
commit
39338c26e5
|
|
@ -87,7 +87,6 @@ interface MatchJoinTabProps {
|
|||
showNoSplatnetAlert: boolean;
|
||||
}
|
||||
|
||||
// xxx: hydration error?
|
||||
export function MatchJoinTab({
|
||||
joinLink,
|
||||
hostedBy,
|
||||
|
|
|
|||
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user