From a4c1a80a7fcf1cf36c51264c5cf83fa8f361e389 Mon Sep 17 00:00:00 2001 From: Claire Date: Tue, 3 May 2022 11:10:58 +0200 Subject: [PATCH] Fix backend terms link not being used --- .../glitch/features/compose/containers/warning_container.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 e2c1f5713d..5fccaa4425 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 && } );