chore: Enable eslint to enforce curly (#3060)
This commit is contained in:
@@ -37,7 +37,9 @@ class Frame extends React.Component<PropsWithRef> {
|
||||
}
|
||||
|
||||
loadIframe = () => {
|
||||
if (!this.mounted) return;
|
||||
if (!this.mounted) {
|
||||
return;
|
||||
}
|
||||
this.isLoaded = true;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user