mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-01-24 13:49:15 -05:00
Do not render relationship_status in match emails
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@compass/api",
|
||||
"description": "Backend API endpoints",
|
||||
"version": "1.0.14",
|
||||
"version": "1.0.15",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"watch:serve": "tsx watch src/serve.ts",
|
||||
|
||||
@@ -13,6 +13,7 @@ const filterLabels: Record<string, string> = {
|
||||
pref_age_min: "Min age",
|
||||
drinks_max: "Max drinks",
|
||||
drinks_min: "Min drinks",
|
||||
relationship_status: "",
|
||||
has_kids: "",
|
||||
wants_kids_strength: "Kids",
|
||||
is_smoker: "",
|
||||
|
||||
Reference in New Issue
Block a user