mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-24 15:08:44 -05:00
Fix lint
This commit is contained in:
parent
0c30211082
commit
2d5fb5ee96
|
|
@ -37,7 +37,7 @@ export function GroupCard({
|
|||
case "LOOK_AGAIN":
|
||||
return "Stop looking";
|
||||
default:
|
||||
throw new Error(`Invalid group action type: ${action}`);
|
||||
throw new Error(`Invalid group action type: ${action ?? "UNDEFINED"}`);
|
||||
}
|
||||
};
|
||||
const buttonVariant = (): ButtonProps["variant"] => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user