mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-11 09:51:30 +00:00
chore: fixed lint error
This commit is contained in:
@@ -5,4 +5,4 @@ function Portal({ children, wrapperId }) {
|
||||
|
||||
return createPortal(children, document.getElementById(wrapperId));
|
||||
}
|
||||
export default Portal;
|
||||
export default Portal;
|
||||
|
||||
Reference in New Issue
Block a user