Fixes build error

This commit is contained in:
psychedelicious 2022-10-28 15:44:04 +11:00
parent d71f11f55c
commit d6815f61ee

View File

@ -30,7 +30,6 @@ export const inpaintingControlsSelector = createSelector(
lines,
pastLines,
futureLines,
isMovingBoundingBox,
shouldShowBoundingBoxFill,
} = inpainting;
@ -46,7 +45,6 @@ export const inpaintingControlsSelector = createSelector(
canUndo: pastLines.length > 0,
canRedo: futureLines.length > 0,
isMaskEmpty: lines.length === 0,
isMovingBoundingBox,
activeTabName: tabMap[activeTab],
showDualDisplay,
shouldShowBoundingBoxFill,