Skip to content

Commit 9911ed5

Browse files
committed
formating removed-50
1 parent 41e67aa commit 9911ed5

File tree

1 file changed

+1
-1
lines changed
  • client/packages/lowcoder/src/comps/comps/navComp

1 file changed

+1
-1
lines changed

client/packages/lowcoder/src/comps/comps/navComp/navComp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ const NavCompBase = new UICompBuilder(childrenMap, (props) => {
251251
{hiddenPropertyView(children)}
252252
</Section>
253253
)}
254-
254+
255255
{(useContext(EditorContext).editorModeStatus === "logic" || useContext(EditorContext).editorModeStatus === "both") && (
256256
<Section name={sectionNames.advanced}>
257257
{children.logoUrl.propertyView({ label: trans("navigation.logoURL"), tooltip: trans("navigation.logoURLDesc") })}

0 commit comments

Comments
 (0)