diff --git a/ts/components/CommunicationColumnList.vue b/ts/components/CommunicationColumnList.vue index 442b859d..35ee98cc 100644 --- a/ts/components/CommunicationColumnList.vue +++ b/ts/components/CommunicationColumnList.vue @@ -72,60 +72,7 @@ }" @click="handleClick(comm.id)" > - -
-
- - - - - {{ - comm.type === "publicreport.nuisance" - ? "Nuisance" - : "Standing Water" - }} - -
- - - -
- - -
-
- - {{ - comm.public_report?.address.postal_code - }} -
- {{ formatAddress(comm.public_report?.address) }} -
- - - {{ comm.public_report.images.length }} photo(s) - -
-
+ @@ -142,8 +89,7 @@