Skip to content

Commit a0641d9

Browse files
author
FalkWolsky
committed
Fixing merge error
1 parent 9c9fc0c commit a0641d9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

‎client/packages/lowcoder/src/pages/editor/editorView.tsx

-3
Original file line numberDiff line numberDiff line change
@@ -374,9 +374,6 @@ function EditorView(props: EditorViewProps) {
374374
// we check if we are on the public cloud
375375
const isLowCoderDomain = window.location.hostname === 'app.lowcoder.cloud';
376376

377-
// we check if we are on the public cloud
378-
const isLowCoderDomain = window.location.hostname === 'app.lowcoder.cloud';
379-
380377
if (readOnly && hideHeader) {
381378
return (
382379
<CustomShortcutWrapper>

0 commit comments

Comments
 (0)