From 21a2ade6787bd635622bce67b6f5bf762b3e1380 Mon Sep 17 00:00:00 2001 From: bgme Date: Fri, 15 Sep 2023 20:43:14 +0800 Subject: [PATCH] update app/javascript/mastodon/features/compose/components/search.jsx --- app/javascript/mastodon/features/compose/components/search.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/mastodon/features/compose/components/search.jsx b/app/javascript/mastodon/features/compose/components/search.jsx index 7e1d8b760..39f8aade5 100644 --- a/app/javascript/mastodon/features/compose/components/search.jsx +++ b/app/javascript/mastodon/features/compose/components/search.jsx @@ -64,7 +64,7 @@ class Search extends PureComponent { { label: <>before: , action: e => { e.preventDefault(); this._insertText('before:') } }, { label: <>during: , action: e => { e.preventDefault(); this._insertText('during:') } }, { label: <>after: , action: e => { e.preventDefault(); this._insertText('after:') } }, - { label: <>in: , action: e => { e.preventDefault(); this._insertText('in:') } } + { label: <>in: , action: e => { e.preventDefault(); this._insertText('in:') } } ]; setRef = c => {