Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
notV4l committed Sep 21, 2023
1 parent 5db47cc commit a0fedb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/pages/[gameId]/travel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export default function Travel() {
for( let event of events) {
const e = event as MarketEventData;
const msg = e.increase ?
`Pigs seizured ${getDrugById(e.drugId)?.name} in ${getLocationById(e.locationId)?.name}` :
`Pigs seized ${getDrugById(e.drugId)?.name} in ${getLocationById(e.locationId)?.name}` :
`A shipment of ${getDrugById(e.drugId)?.name} has arrived to ${getLocationById(e.locationId)?.name}`
const icon = e.increase ? Siren : Truck;
toast(
Expand Down

0 comments on commit a0fedb2

Please sign in to comment.