Fix ref not defined
This commit is contained in:
parent
0b5693ae27
commit
6db40d7d3e
1 changed files with 0 additions and 1 deletions
|
@ -19,7 +19,6 @@ function AccountSheet({ account, instance: propInstance, onClose }) {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
ref={escRef}
|
|
||||||
class="sheet"
|
class="sheet"
|
||||||
onClick={(e) => {
|
onClick={(e) => {
|
||||||
const accountBlock = e.target.closest('.account-block');
|
const accountBlock = e.target.closest('.account-block');
|
||||||
|
|
Loading…
Add table
Reference in a new issue