forked from extern/bruno
chore: fixed lint error
This commit is contained in:
parent
3bcf35bc2f
commit
67cf54e0ed
@ -5,4 +5,4 @@ function Portal({ children, wrapperId }) {
|
||||
|
||||
return createPortal(children, document.getElementById(wrapperId));
|
||||
}
|
||||
export default Portal;
|
||||
export default Portal;
|
||||
|
Loading…
Reference in New Issue
Block a user