From ffae44f4468ead03ddb31f01b64faee18bb2edb3 Mon Sep 17 00:00:00 2001 From: Lorenzo Blasa Date: Fri, 25 Aug 2023 07:05:30 -0700 Subject: [PATCH] Remove '$' prefix Summary: Fixes the following issue: {F1076395349} Reviewed By: passy Differential Revision: D48681839 fbshipit-source-id: b11475ef58c872eacee0bb513b5ad15423fccdf6 --- desktop/flipper-ui-core/src/dispatcher/flipperServer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/flipper-ui-core/src/dispatcher/flipperServer.tsx b/desktop/flipper-ui-core/src/dispatcher/flipperServer.tsx index a9692b4df..4e06d8808 100644 --- a/desktop/flipper-ui-core/src/dispatcher/flipperServer.tsx +++ b/desktop/flipper-ui-core/src/dispatcher/flipperServer.tsx @@ -306,7 +306,7 @@ function showConnectivityTroubleshootNotification( message, description: ( -

${description}

+

{description}