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 <ContactsList
openChatInfoDialog={openChatInfoDialog} openChatInfoDialog={openChatInfoDialog}
addContactDialogRef={addContactDialogRef as any} addContactDialogRef={addContactDialogRef as any}
createGroupDialogRef={createGroupDialogRef} createGroupDialogRef={createGroupDialogRef as any}
display={navigationItemSelected == "Contacts"} /> display={navigationItemSelected == "Contacts"} />
} }
</div> </div>