From 0ed2eea613471d14d3a89493b5a2877006aa38d5 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 16:11:08 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/routes/collections.$collectionId.tsx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/routes/collections.$collectionId.tsx b/src/routes/collections.$collectionId.tsx index a2484c4..3b63c37 100644 --- a/src/routes/collections.$collectionId.tsx +++ b/src/routes/collections.$collectionId.tsx @@ -516,6 +516,16 @@ function CollectionDetailRoute() { userId={user?.id} onSaved={refreshTasks} /> + + {collection.case?.client?.id && ( + + )} );