mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-07 19:55:46 -05:00
Fix lint
This commit is contained in:
@@ -24,7 +24,7 @@ export function GroupCard({
|
||||
}) {
|
||||
const fetcher = useFetcher();
|
||||
|
||||
const buttonText = (ranked: boolean = false) => {
|
||||
const buttonText = (ranked = false) => {
|
||||
switch (action) {
|
||||
case "LEAVE_GROUP":
|
||||
return "Leave group";
|
||||
|
||||
@@ -23,7 +23,6 @@ import {
|
||||
import * as LFGGroup from "~/models/LFGGroup.server";
|
||||
import { Button } from "~/components/Button";
|
||||
import { useUser } from "~/hooks/common";
|
||||
import { LfgGroupType } from "@prisma/client";
|
||||
import { filterExpiredGroups } from "~/core/play/utils";
|
||||
|
||||
export const links: LinksFunction = () => {
|
||||
|
||||
Reference in New Issue
Block a user