From a81ee87832e7e14462b71ae4b3d5bcff52b71ac8 Mon Sep 17 00:00:00 2001 From: Devin Binnie <52460000+devinbinnie@users.noreply.github.com> Date: Mon, 8 Apr 2024 08:56:06 -0400 Subject: [PATCH] [MM-57519] Fill the {time} parameter with a blank string in places where it isn't used (#26666) * [MM-57519] Fill the {time} parameter with a blank string in places where it isn't used * Add placeholder in default message --------- Co-authored-by: Mattermost Build --- webapp/channels/src/components/custom_status/expiry_time.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webapp/channels/src/components/custom_status/expiry_time.tsx b/webapp/channels/src/components/custom_status/expiry_time.tsx index a4a4d16b4c..f598b6b85d 100644 --- a/webapp/channels/src/components/custom_status/expiry_time.tsx +++ b/webapp/channels/src/components/custom_status/expiry_time.tsx @@ -55,7 +55,8 @@ const ExpiryTime = ({time, timezone, className, showPrefix, withinBrackets}: Pro <> {' '} );