Skip to content

Commit

Permalink
Update league-context.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
zach-herridge authored Dec 6, 2023
1 parent c8b7ccf commit efdfc5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/contexts/league-context.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ const initalContext: {
league: string;
setLeague: any;
} = {
league: "Ancestor",
league: "Affliction",
setLeague: (league: string) => {},
};

export const POE_LEAGUES = [
"Ancestor",
"Hardcore Ancestor",
"Affliction",
"Hardcore Affliction",
"Sanctum",
"SSF Standard",
"Standard",
Expand Down

0 comments on commit efdfc5e

Please sign in to comment.