Skip to content

Commit

Permalink
[Issue-203] [Mythical] Add "Mythical" type for Rarity on Filter screen
Browse files Browse the repository at this point in the history
  • Loading branch information
dungnguyen-art committed Nov 27, 2024
1 parent 2c1ebbf commit 954c642
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ export const PositionOptions = [
{ id: 'K', label: 'Kicker (K)' },
{ id: 'DE', label: 'Defensive End (DE)' },
{ id: 'DT', label: 'Defensive Tackle (DT)' },
{ id: 'LB', label: 'Linebacker (LB)' }
{ id: 'LB', label: 'Linebacker (LB)' },
{ id: 'N', label: 'None (N)' }
];

export const TeamOptions = [
Expand Down

0 comments on commit 954c642

Please sign in to comment.