Merge branch 'staging' into fix-nav-shifting

pull/1484/head
Rick Carlino 2019-10-03 10:17:45 -05:00 committed by GitHub
commit 5c56a2b764
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ export const POINT_OPTIONS: DropDownItem[] = [
export const PLANT_OPTIONS: DropDownItem[] = [
{ label: t("Planned"), value: "planned" },
{ label: t("Planted"), value: "planted" },
{ label: t("Sprouted"), value: "sprouted" },
{ label: t("Harvested"), value: "harvested" },
];