From 76281a02a4345fd3c9b3f744ad80516e559084b5 Mon Sep 17 00:00:00 2001 From: SimonLaux Date: Sat, 14 Oct 2023 06:21:12 +0200 Subject: [PATCH] fix formatting --- .../dialogs/Settings-ExperimentalFeatures.tsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/renderer/components/dialogs/Settings-ExperimentalFeatures.tsx b/src/renderer/components/dialogs/Settings-ExperimentalFeatures.tsx index 6447d26af3..e45236de9d 100644 --- a/src/renderer/components/dialogs/Settings-ExperimentalFeatures.tsx +++ b/src/renderer/components/dialogs/Settings-ExperimentalFeatures.tsx @@ -1,6 +1,10 @@ import React, { useState, useContext } from 'react' import { Card, Elevation } from '@blueprintjs/core' -import { RenderDeltaSwitch2Type, RenderDTSettingSwitchType, SettingsSelector } from './Settings' +import { + RenderDeltaSwitch2Type, + RenderDTSettingSwitchType, + SettingsSelector, +} from './Settings' import { ScreenContext, useTranslationFunction } from '../../contexts' import { DeltaInput } from '../Login-Styles' import { @@ -22,7 +26,7 @@ const VIDEO_CHAT_INSTANCE_AUTISTICI = 'https://vc.autistici.org/$ROOM' export function SettingsExperimentalFeatures({ settingsStore, renderDTSettingSwitch, - renderDeltaSwitch2 + renderDeltaSwitch2, }: { renderDTSettingSwitch: RenderDTSettingSwitchType settingsStore: SettingsStoreState @@ -242,4 +246,4 @@ export function EditVideochatInstanceDialog({ ) -} \ No newline at end of file +}