fix(albert): Remove unused variables to pass eslint
This commit is contained in:
parent
bd388cfc38
commit
e7b6a3fc7a
1 changed files with 0 additions and 3 deletions
|
@ -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')
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue