From 020bf234d4bd56d985b8db5b567f885f0ca6c79a Mon Sep 17 00:00:00 2001 From: Lauren Davidson <32903719+1aurend@users.noreply.github.com> Date: Mon, 26 Feb 2024 10:59:30 -0800 Subject: [PATCH] [E] Only show version in admin footer --- .../src/global/components/Footers/Parts/PoweredBy/index.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/client/src/global/components/Footers/Parts/PoweredBy/index.js b/client/src/global/components/Footers/Parts/PoweredBy/index.js index 86a18bd328..2eff9635bd 100644 --- a/client/src/global/components/Footers/Parts/PoweredBy/index.js +++ b/client/src/global/components/Footers/Parts/PoweredBy/index.js @@ -59,8 +59,9 @@ class PoweredBy extends PureComponent { ? this.manifoldLinkProps : {}; - const version = this.props.settings?.attributes?.calculated?.manifoldVersion - ?.version; + const version = this.props.withVersion + ? this.props.settings?.attributes?.calculated?.manifoldVersion?.version + : null; return (