diff --git a/frontend/src/components/contacts/ContactFolderTree.tsx b/frontend/src/components/contacts/ContactFolderTree.tsx index d7c61a9..f333ba2 100644 --- a/frontend/src/components/contacts/ContactFolderTree.tsx +++ b/frontend/src/components/contacts/ContactFolderTree.tsx @@ -1,4 +1,4 @@ -import React from 'react'; +import React, { useState } from 'react'; import clsx from 'clsx'; import { useTranslation } from 'react-i18next'; @@ -11,12 +11,28 @@ export interface ContactFolderTreeProps { loading?: boolean; } -const folderIcon = (path: string) => ( - {folder.label} - - ))} +