Skip to content

Commit 933cf5f

Browse files
update prettier
1 parent 41316de commit 933cf5f

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

invokeai/frontend/web/src/features/controlLayers/components/ControlLayer/ControlLayerSettingsEmptyState.tsx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,7 @@ export const ControlLayerSettingsEmptyState = memo(() => {
2929
const components = useMemo(
3030
() => ({
3131
UploadButton: (
32-
<Button
33-
isDisabled={isBusy}
34-
size="sm"
35-
variant="link"
36-
color="base.300"
37-
{...uploadApi.getUploadButtonProps()}
38-
/>
32+
<Button isDisabled={isBusy} size="sm" variant="link" color="base.300" {...uploadApi.getUploadButtonProps()} />
3933
),
4034
GalleryButton: (
4135
<Button onClick={onClickGalleryButton} isDisabled={isBusy} size="sm" variant="link" color="base.300" />

0 commit comments

Comments
 (0)