Skip to content

Commit e90d92e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent ebe70a5 commit e90d92e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

plugins/ohifv3/extensions/monai-label/src/components/OptionsInputDialog.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ function OptionsInputDialogComponent({ config, info, callback, hide }) {
4242
<DialogHeader>
4343
<DialogTitle>Options / Configurations</DialogTitle>
4444
</DialogHeader>
45-
45+
4646
<div className="py-4">
4747
<OptionsForm ref={optionsRef} config={config} info={info} />
4848
</div>
49-
49+
5050
<DialogFooter className="flex gap-2">
5151
<Button variant="outline" onClick={handleReset}>
5252
Reset

plugins/ohifv3/modes/monai-label/src/toolbarButtons.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ const toolbarButtons: Button[] = [
9292
},
9393
},
9494
{
95-
id: 'WindowLevel',
95+
id: 'WindowLevel',
9696
uiType: 'ohif.toolButton',
9797
props: {
9898
icon: 'tool-window-level',
@@ -112,7 +112,7 @@ const toolbarButtons: Button[] = [
112112
},
113113
},
114114
{
115-
id: 'TrackballRotate',
115+
id: 'TrackballRotate',
116116
uiType: 'ohif.toolButton',
117117
props: {
118118
type: 'tool',
@@ -177,7 +177,7 @@ const toolbarButtons: Button[] = [
177177
},
178178
},
179179
{
180-
id: 'Reset',
180+
id: 'Reset',
181181
uiType: 'ohif.toolButton',
182182
props: {
183183
icon: 'tool-reset',
@@ -310,7 +310,7 @@ const toolbarButtons: Button[] = [
310310
},
311311
},
312312
{
313-
id: 'RectangleROI',
313+
id: 'RectangleROI',
314314
uiType: 'ohif.toolButton',
315315
props: {
316316
icon: 'tool-rectangle',
@@ -338,7 +338,7 @@ const toolbarButtons: Button[] = [
338338
},
339339
},
340340
{
341-
id: 'TagBrowser',
341+
id: 'TagBrowser',
342342
uiType: 'ohif.toolButton',
343343
props: {
344344
icon: 'dicom-tag-browser',
@@ -365,7 +365,7 @@ const toolbarButtons: Button[] = [
365365
},
366366
},
367367
{
368-
id: 'UltrasoundDirectionalTool',
368+
id: 'UltrasoundDirectionalTool',
369369
uiType: 'ohif.toolButton',
370370
props: {
371371
icon: 'icon-tool-ultrasound-bidirectional',
@@ -382,7 +382,7 @@ const toolbarButtons: Button[] = [
382382
},
383383
},
384384
{
385-
id: 'WindowLevelRegion',
385+
id: 'WindowLevelRegion',
386386
uiType: 'ohif.toolButton',
387387
props: {
388388
icon: 'icon-tool-window-region',
@@ -400,4 +400,4 @@ const toolbarButtons: Button[] = [
400400
},
401401
];
402402

403-
export default toolbarButtons;
403+
export default toolbarButtons;

0 commit comments

Comments
 (0)