From 81bf7aeebee35f7989723fa85a9f0d7d3b952a98 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Wed, 15 Mar 2023 19:30:53 +0800 Subject: [PATCH] Default to static, with fallback --- src/components/name-text.jsx | 2 +- src/components/status.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/name-text.jsx b/src/components/name-text.jsx index 0137f500..36e8c198 100644 --- a/src/components/name-text.jsx +++ b/src/components/name-text.jsx @@ -52,7 +52,7 @@ function NameText({ > {showAvatar && ( <> - {' '} + {' '} )} {displayName && !short ? ( diff --git a/src/components/status.jsx b/src/components/status.jsx index a2f78172..8494538b 100644 --- a/src/components/status.jsx +++ b/src/components/status.jsx @@ -639,7 +639,7 @@ function Status({ }; }} > - + )}