Skip to content

Commit 1142c8c

Browse files
authored
Lint fix
1 parent 5401528 commit 1142c8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Nova.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class Nova extends Component {
3030
}
3131

3232
componentWillUnmount() {
33-
if (window !== "undefined") {
33+
if (window !== 'undefined') {
3434
const id = this.placeholder.current.getAttribute("data-hypernova-id");
3535
const { name } = this.props;
3636
const customEvent = new CustomEvent('NovaUnmount', {

0 commit comments

Comments
 (0)