Skip to content

Commit 7909780

Browse files
committed
lint again
1 parent bc069ad commit 7909780

File tree

1 file changed

+1
-5
lines changed
  • packages/feedback/src/screenshot/components

1 file changed

+1
-5
lines changed

packages/feedback/src/screenshot/components/Crop.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,7 @@ interface FactoryParams {
5151
options: FeedbackInternalOptions;
5252
}
5353

54-
export default function CropFactory({
55-
h,
56-
hooks,
57-
options,
58-
}: FactoryParams): (props: {
54+
export default function CropFactory({ h, hooks, options}: FactoryParams): (props: {
5955
action: 'crop' | 'annotate' | '';
6056
imageBuffer: HTMLCanvasElement;
6157
croppingRef: Hooks.Ref<HTMLCanvasElement>;

0 commit comments

Comments
 (0)