Skip to content

Commit

Permalink
review changes done
Browse files Browse the repository at this point in the history
  • Loading branch information
shruthi-monika committed Sep 16, 2024
1 parent 7aa5397 commit 911a874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/default/src/Layout/Participant.js
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ function Participant(props) {
{globalConfig?.footer === "DEFAULT" && (
<DefaultFooter loginType={"participant"} />
)}
{(globalConfig?.navBar === "EADP" || globalConfig?.navBar === "ETH_MOA") &&
{(globalConfig?.footer === "EADP" || globalConfig?.footer === "ETH_MOA") &&
!footerMatch(<EadpFooter loginType={"participant"} />)}
{globalConfig?.footer === "KADP" && (
<KadpFooter loginType={"participant"} />
Expand Down

0 comments on commit 911a874

Please sign in to comment.