File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
src/features/default/src/Layout Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,8 @@ function Participant(props) {
180
180
{ globalConfig ?. navBar === "DEFAULT" ? (
181
181
< DefaultNavbar loginType = { "participant" } />
182
182
) : null }
183
- { ( globalConfig ?. navBar === "EADP" || globalConfig ?. navBar === "ETH_MOA" ) && (
183
+ { ( globalConfig ?. navBar === "EADP" ||
184
+ globalConfig ?. navBar === "ETH_MOA" ) && (
184
185
< EadpNavbar loginType = { "participant" } />
185
186
) }
186
187
{ globalConfig ?. navBar === "VISTAAR" && (
@@ -406,8 +407,9 @@ function Participant(props) {
406
407
{ globalConfig ?. footer === "DEFAULT" && (
407
408
< DefaultFooter loginType = { "participant" } />
408
409
) }
409
- { ( globalConfig ?. footer === "EADP" || globalConfig ?. footer === "ETH_MOA" ) &&
410
- ! footerMatch ( < EadpFooter loginType = { "participant" } /> ) }
410
+ { ( globalConfig ?. footer === "EADP" ||
411
+ globalConfig ?. footer === "ETH_MOA" ) &&
412
+ ! footerMatch && < EadpFooter loginType = { "participant" } /> }
411
413
{ globalConfig ?. footer === "KADP" && (
412
414
< KadpFooter loginType = { "participant" } />
413
415
) }
You can’t perform that action at this time.
0 commit comments