Skip to content

Commit bea3dff

Browse files
committed
fmt
1 parent 5134e57 commit bea3dff

1 file changed

Lines changed: 3 additions & 13 deletions

File tree

fission/src/ui/modals/configuring/SettingsModal.tsx

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -202,24 +202,14 @@ const GeneralTab: React.FC = () => (
202202
label="Show Protected Zones"
203203
tooltip="If disabled, protected zones will not be visible but will continue to function the same."
204204
/>
205-
<GeneralTabCheckbox
206-
preference="RenderSceneTags"
207-
label="Show Scene Tags"
208-
tooltip="Name tags above robot."
209-
/>
210-
<GeneralTabCheckbox
211-
preference="RenderScoreboard"
212-
label="Show Scoreboard"
213-
/>
205+
<GeneralTabCheckbox preference="RenderSceneTags" label="Show Scene Tags" tooltip="Name tags above robot." />
206+
<GeneralTabCheckbox preference="RenderScoreboard" label="Show Scoreboard" />
214207
<GeneralTabCheckbox
215208
preference="ShowCenterOfMassIndicators"
216209
label="Show Centers of Mass"
217210
tooltip="Show a purple dot to indicate the center of mass of each robot in frame"
218211
/>
219-
<GeneralTabCheckbox
220-
preference="MuteAllSound"
221-
label="Mute All Sound"
222-
/>
212+
<GeneralTabCheckbox preference="MuteAllSound" label="Mute All Sound" />
223213
<GeneralTabSlider
224214
preference="SFXVolume"
225215
label="SFX Volume"

0 commit comments

Comments
 (0)