update prettier config

This commit is contained in:
m5r
2021-08-01 20:04:04 +08:00
parent fdf9df243b
commit 7acbca65ce
33 changed files with 65 additions and 52 deletions

View File

@ -15,6 +15,6 @@ export default function useConversation(recipient: string) {
return conversations[recipient]!;
},
keepPreviousData: true,
}
},
);
}

View File

@ -9,6 +9,6 @@ export default function useKnownRecipients() {
select(conversations) {
return Object.keys(conversations);
},
}
},
);
}