@@ -116,23 +116,13 @@ const ToggleTmpComp = (function () {
116
116
{ loadingPropertyView ( children ) }
117
117
</ Section >
118
118
< Section name = { sectionNames . advanced } >
119
- { children . showText . propertyView ( {
120
- label : trans ( "toggleButton.showText" ) ,
121
- } ) }
122
- { children . showText . getView ( ) &&
123
- children . trueText . propertyView ( {
124
- label : trans ( "toggleButton.trueLabel" ) ,
125
- } ) }
119
+ { children . showText . propertyView ( { label : trans ( "toggleButton.showText" ) } ) }
120
+ { children . showText . getView ( ) &&
121
+ children . trueText . propertyView ( { label : trans ( "toggleButton.trueLabel" ) } ) }
126
122
{ children . showText . getView ( ) &&
127
- children . falseText . propertyView ( {
128
- label : trans ( "toggleButton.falseLabel" ) ,
129
- } ) }
130
- { children . trueIcon . propertyView ( {
131
- label : trans ( "toggleButton.trueIconLabel" ) ,
132
- } ) }
133
- { children . falseIcon . propertyView ( {
134
- label : trans ( "toggleButton.falseIconLabel" ) ,
135
- } ) }
123
+ children . falseText . propertyView ( { label : trans ( "toggleButton.falseLabel" ) } ) }
124
+ { children . trueIcon . propertyView ( { label : trans ( "toggleButton.trueIconLabel" ) } ) }
125
+ { children . falseIcon . propertyView ( { label : trans ( "toggleButton.falseIconLabel" ) } ) }
136
126
{ children . showText . getView ( ) &&
137
127
children . iconPosition . propertyView ( {
138
128
label : trans ( "toggleButton.iconPosition" ) ,
0 commit comments