Skip to content

Commit

Permalink
Merge pull request #112 from communitycenter/filter_update
Browse files Browse the repository at this point in the history
Change polyculture filter behavior
  • Loading branch information
jacc authored May 29, 2024
2 parents 8dc334f + 780c071 commit 322f6ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/shipping.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,8 @@ export default function Shipping() {
return (
i.itemID in shipping_items &&
shipping_items[i.itemID as keyof typeof shipping_items]
.polyculture
.polyculture &&
(!basicShipped[i.itemID] || basicShipped[i.itemID]! < 15)
);
} else if (_filter === "2") {
// Shipped/Completed (we won't check for monoculture here)
Expand Down

0 comments on commit 322f6ce

Please sign in to comment.