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