Skip to content

Commit

Permalink
Fixing config key being used to turn off the imprint and privacy poli…
Browse files Browse the repository at this point in the history
…cy links
  • Loading branch information
gregorydlogan committed Jun 11, 2024
1 parent f3e3770 commit 4b08c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const Footer: React.FC = () => {
)}
</li>
)}
{!!orgProperties && !!orgProperties["org.opencastproject.admin.display_about"] && (
{!!orgProperties && !!orgProperties["admin.display_about"] && (
<>
<li><Link to="/about/imprint">{t("ABOUT.IMPRINT")}</Link></li>
<li><Link to="/about/privacy">{t("ABOUT.PRIVACY")}</Link></li>
Expand Down

0 comments on commit 4b08c32

Please sign in to comment.