trigger redeploy
- SHA
21f6f88dad4ff648bb95f26011fe82935af97d73- Parents
-
3ccdf2a - Tree
086655c
21f6f88
21f6f88dad4ff648bb95f26011fe82935af97d733ccdf2a
086655c| Status | File | + | - |
|---|---|---|---|
| M |
app/memorial/search/page.tsx
|
1 | 0 |
app/memorial/search/page.tsxmodified@@ -278,6 +278,7 @@ export default function MemorialSearchPage() { | |||
| 278 | </div> | 278 | </div> |
| 279 | <div> | 279 | <div> |
| 280 | <p className="text-gray-700 font-semibold">{person.conflict_name}</p> | 280 | <p className="text-gray-700 font-semibold">{person.conflict_name}</p> |
| 281 | + {/* THIS IS WHERE death_date_display IS USED in search results */} | ||
| 281 | {person.death_date_display && ( | 282 | {person.death_date_display && ( |
| 282 | <p className="text-gray-600 text-sm"> | 283 | <p className="text-gray-600 text-sm"> |
| 283 | {person.death_date_display} | 284 | {person.death_date_display} |