Skip to content

Commit

Permalink
Replaced reserve name with short name in fish filter
Browse files Browse the repository at this point in the history
  • Loading branch information
codeaid committed May 4, 2024
1 parent 41895a1 commit 53a2a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FishFilter/FishFilterPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export const FishFilterPanel = (props: FishFilterPanelProps) => {
options={reserveIds}
selection={selectedReserves}
onChange={onReservesChange}
onRender={id => reserveMap[id].name}
onRender={id => reserveMap[id].shortName}
/>

<FishFilterOptions<BaitId>
Expand Down

0 comments on commit 53a2a5c

Please sign in to comment.