From ea0374bbbcd17204451725cf7b204a4cb146760d Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Wed, 13 Oct 2021 14:32:38 -0500 Subject: [PATCH] WarningContainer: hide "Learn more" button for now --- app/soapbox/features/compose/containers/warning_container.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/soapbox/features/compose/containers/warning_container.js b/app/soapbox/features/compose/containers/warning_container.js index 1fee601ef..e1d69bf2a 100644 --- a/app/soapbox/features/compose/containers/warning_container.js +++ b/app/soapbox/features/compose/containers/warning_container.js @@ -27,7 +27,8 @@ const WarningWrapper = ({ needsLockWarning, hashtagWarning, directMessageWarning if (directMessageWarning) { const message = ( - + + {/* */} );