From 298666755ccdabce9a72fd3f3988f4f5adf96020 Mon Sep 17 00:00:00 2001 From: Mattermost Build Date: Wed, 4 Dec 2024 07:02:14 +0100 Subject: [PATCH] Surround text on file info for searches (#8391) (#8392) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 9632ce50388d27e1751dc5e169551f3e1b42d921) Co-authored-by: Daniel Espino García --- app/components/files/file_info.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/components/files/file_info.tsx b/app/components/files/file_info.tsx index 50f965fbb..cd6ab5f64 100644 --- a/app/components/files/file_info.tsx +++ b/app/components/files/file_info.tsx @@ -98,7 +98,9 @@ const FileInfo = ({disabled, file, channelName, showDate, onPress}: FileInfoProp {showDate && file.create_at != null && ( <> - {' • '} + + {' • '} +