1
0
Fork 0

fix(albert): Remove unused variables to pass eslint

This commit is contained in:
Benjamin F 2023-03-05 07:28:47 -08:00
parent bd388cfc38
commit e7b6a3fc7a

View file

@ -4,8 +4,6 @@ export const pocket = {
name: 'albert.pocket', name: 'albert.pocket',
after: front, after: front,
draft: ({ draft: ({
options,
measurements,
Point, Point,
Path, Path,
points, points,
@ -19,7 +17,6 @@ export const pocket = {
store, store,
part, part,
}) => { }) => {
let apronLength = store.get('apronLength')
let pocketSize = store.get('pocketSize') let pocketSize = store.get('pocketSize')
let hemWidth = store.get('hemWidth') let hemWidth = store.get('hemWidth')