Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-18 07:28:03 +00:00
co-authored by renee-png
parent 33430125cf
commit 4467567bb6
+5
View File
@@ -179,6 +179,11 @@ function CaseDetail() {
>
<ArrowRightLeft className="h-4 w-4 mr-2" /> Reassign client
</Button>
{(data.client?.client_type === "hoa" || data.client?.client_type === "condo") && (
<Button variant="outline" onClick={() => setConvertOpen(true)}>
<GitFork className="h-4 w-4 mr-2" /> Convert to collections
</Button>
)}
<Button
variant="outline"
onClick={async () => {