diff --git a/src/routes/collections.index.tsx b/src/routes/collections.index.tsx
index b8aa140..77354ab 100644
--- a/src/routes/collections.index.tsx
+++ b/src/routes/collections.index.tsx
@@ -266,6 +266,11 @@ function CollectionsIndexPage() {
)}
+ {r.status === "closed" && (
+
+ Closed
+
+ )}
{r.case?.client?.name}