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',
|
||||
after: front,
|
||||
draft: ({
|
||||
options,
|
||||
measurements,
|
||||
Point,
|
||||
Path,
|
||||
points,
|
||||
|
@ -19,7 +17,6 @@ export const pocket = {
|
|||
store,
|
||||
part,
|
||||
}) => {
|
||||
let apronLength = store.get('apronLength')
|
||||
let pocketSize = store.get('pocketSize')
|
||||
let hemWidth = store.get('hemWidth')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue