Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-22 17:52:44 +00:00
co-authored by renee-png
parent f7f1a9e4ea
commit 9029cb560c
-4
View File
@@ -345,10 +345,6 @@ function ClientDetail() {
<ContactsLinkTab parentId={clientId} parentTable="client_contacts" />
</TabsContent>
<TabsContent value="fees">
<AdjustFeesTab clientId={clientId} canEdit={canEdit} />
</TabsContent>
<TabsContent value="custom">
<ClientCustomFieldsTab clientId={clientId} />
</TabsContent>