From 4621990cc441a2504231329dbf81f3db5394c85c Mon Sep 17 00:00:00 2001 From: Darius Kazemi Date: Sun, 16 Nov 2025 13:09:24 -0800 Subject: [PATCH] Removing reference to NavigationContainer This must be from one of the future version backports maybe? --- app/javascript/mastodon/features/compose/index.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/javascript/mastodon/features/compose/index.jsx b/app/javascript/mastodon/features/compose/index.jsx index 2f04f8daf..2ce780e80 100644 --- a/app/javascript/mastodon/features/compose/index.jsx +++ b/app/javascript/mastodon/features/compose/index.jsx @@ -145,7 +145,6 @@ class Compose extends PureComponent { onClick={this.handleHeaderClick} multiColumn={multiColumn} /> -