Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-Laux committed Oct 14, 2023
1 parent 91eee34 commit 76281a0
Showing 1 changed file with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -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 {
Expand All @@ -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
Expand Down Expand Up @@ -242,4 +246,4 @@ export function EditVideochatInstanceDialog({
<DeltaDialogOkCancelFooter onCancel={onClickCancel} onOk={onClickOk} />
</DeltaDialogBase>
)
}
}

0 comments on commit 76281a0

Please sign in to comment.