Remove '$' prefix
Summary:
Fixes the following issue:
{F1076395349}
Reviewed By: passy
Differential Revision: D48681839
fbshipit-source-id: b11475ef58c872eacee0bb513b5ad15423fccdf6
This commit is contained in:
committed by
Facebook GitHub Bot
parent
3337c28893
commit
ffae44f446
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user