Remove '$' prefix

Summary:
Fixes the following issue:

 {F1076395349}

Reviewed By: passy

Differential Revision: D48681839

fbshipit-source-id: b11475ef58c872eacee0bb513b5ad15423fccdf6
This commit is contained in:
Lorenzo Blasa
2023-08-25 07:05:30 -07:00
committed by Facebook GitHub Bot
parent 3337c28893
commit ffae44f446

View File

@@ -306,7 +306,7 @@ function showConnectivityTroubleshootNotification(
message, message,
description: ( description: (
<Layout.Bottom> <Layout.Bottom>
<p>${description}</p> <p>{description}</p>
<div> <div>
<Button <Button
type="primary" type="primary"