Skip to content

Commit

Permalink
stance ui types
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisinajar committed Jan 23, 2024
1 parent 2c456eb commit 51391ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/combat/stance-selector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import Typography from "@mui/material/Typography";
import { useHero } from "src/hooks/use-hero";
import { HeroStance } from "src/generated/graphql";

const stanceDescriptions: { [x in HeroStance]: string } = {
const stanceDescriptions: { [x in HeroStance]?: string } = {
[HeroStance.Normal]: "Normal stance with no pros or cons.",
};

Expand Down

0 comments on commit 51391ba

Please sign in to comment.