update prettier config
This commit is contained in:
@ -15,6 +15,6 @@ export default function useConversation(recipient: string) {
|
||||
return conversations[recipient]!;
|
||||
},
|
||||
keepPreviousData: true,
|
||||
}
|
||||
},
|
||||
);
|
||||
}
|
||||
|
@ -9,6 +9,6 @@ export default function useKnownRecipients() {
|
||||
select(conversations) {
|
||||
return Object.keys(conversations);
|
||||
},
|
||||
}
|
||||
},
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user