mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-12 22:25:24 +03:00
Formatting
This commit is contained in:
parent
d70aeaeb04
commit
684399bacb
@ -18,4 +18,6 @@ export type CodeEditorProps = {
|
||||
*
|
||||
* It would be great to revisit this in in the future if/when Monaco improves mobile support.
|
||||
*/
|
||||
export const CodeEditor: (props: CodeEditorProps) => JSX.Element = isDesktop ? MonacoEditor : CodeMirrorEditor;
|
||||
export const CodeEditor: (props: CodeEditorProps) => JSX.Element = isDesktop
|
||||
? MonacoEditor
|
||||
: CodeMirrorEditor;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user