chore: make lint happy

This commit is contained in:
CrescentLeaf
2025-10-24 20:23:05 +08:00
parent 3789e476f7
commit bef6e88bf7

View File

@@ -184,7 +184,7 @@ export default function App() {
<ContactsList
openChatInfoDialog={openChatInfoDialog}
addContactDialogRef={addContactDialogRef as any}
createGroupDialogRef={createGroupDialogRef}
createGroupDialogRef={createGroupDialogRef as any}
display={navigationItemSelected == "Contacts"} />
}
</div>