From 3dd4f40a0efd646452981db7a6bd4bf0c607d1a7 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 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 && } );