From: Claire Date: Tue, 3 May 2022 09:10:58 +0000 (+0200) Subject: Fix backend terms link not being used X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=90f80710327a501bd3a090a45a9fe3f5642f631a;p=mastodon.git Fix backend terms link not being used --- diff --git a/app/javascript/flavours/glitch/features/compose/containers/warning_container.js b/app/javascript/flavours/glitch/features/compose/containers/warning_container.js index e2c1f5713..5fccaa442 100644 --- a/app/javascript/flavours/glitch/features/compose/containers/warning_container.js +++ b/app/javascript/flavours/glitch/features/compose/containers/warning_container.js @@ -49,7 +49,7 @@ const WarningWrapper = ({ needsLockWarning, hashtagWarning, directMessageWarning if (directMessageWarning) { const message = ( - + {!!termsLink && } );