Skip to content

Commit 78ec304

Browse files
committed
👌 remove eslint-disable
1 parent c39211d commit 78ec304

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

client/modules/Mobile/MobileSketchView.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
/* eslint-disable */
2-
import React, { useEffect } from 'react';
1+
import React from 'react';
32
import PropTypes from 'prop-types';
43
import { Link } from 'react-router';
54
import { bindActionCreators } from 'redux';

0 commit comments

Comments
 (0)