Skip to content

Commit

Permalink
removed the s
Browse files Browse the repository at this point in the history
  • Loading branch information
darkhappy committed Mar 1, 2020
1 parent f33c789 commit 42da7c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Invasions.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class Invasions extends Component {
? "#ffc107" // 50-75% done
: "4caf50"; // 0-50% done

const invCog = invasion[1].Type.replace(/[^-.()0-9a-z& ]/gi, "") + "s";
const invCog = invasion[1].Type.replace(/[^-.()0-9a-z& ]/gi, "");

data.push({
district: invasion[1].District,
Expand Down

0 comments on commit 42da7c0

Please sign in to comment.