lint fix
This commit is contained in:
parent
072213fcc0
commit
44290cd88a
|
@ -240,7 +240,7 @@ export const InboxView = () => {
|
|||
.name
|
||||
}
|
||||
body={messageToReply().body}
|
||||
cancel={() => setMessageToReply(undefined)}
|
||||
cancel={() => setMessageToReply(null)}
|
||||
/>
|
||||
</Show>
|
||||
<div class={styles.wrapper}>
|
||||
|
|
Loading…
Reference in New Issue
Block a user