Skip to content

Commit 407bb6a

Browse files
committed
Disable eslint rule for now
1 parent 223a189 commit 407bb6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-ui/src/pages/EditPermissionsPage.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const EditPermissionsPage = () => {
3838
const { state } = useContext(AppContext);
3939
const { csrf } = state;
4040
const [permissionsList, setPermissionsList] = useState([]);
41-
const [categoriesList, setCategoriesList] = useState([]);
41+
const [categoriesList, setCategoriesList] = useState([]); // eslint-disable-line no-unused-vars
4242
const [adminId, setAdminId] = useState("");
4343
const [pdlId, setPDLId] = useState("");
4444
const [memberId, setMemberId] = useState("");

0 commit comments

Comments
 (0)