Skip to content

Commit

Permalink
Update tft-bulk-tool-panel.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
zach-herridge authored Dec 6, 2023
1 parent efdfc5e commit 0753bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/tft-bulk-tool-panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default function TftBulkToolPanel() {
<div className="flex space-x-2">
<div className="flex flex-col space-y-2">
<LeagueSelect
leagueFilter={(e) => ["Ancestor", "Standard"].includes(e)}
leagueFilter={(e) => ["Affliction", "Standard"].includes(e)}
/>
<StashViewTabSelectionCard />
<StashViewSnapshotJobCard />
Expand Down

0 comments on commit 0753bc6

Please sign in to comment.