-
+
{assetLeft}/{assetRight}
@@ -126,7 +183,7 @@ export const SharePNLAnalyticsDialog = ({
showSign={ShowSign.Both}
/>
-
+
@@ -176,7 +233,7 @@ export const SharePNLAnalyticsDialog = ({
<$Action
action={ButtonAction.Secondary}
- slotLeft={}
+ slotLeft={}
onClick={() => {
track(AnalyticsEvents.SharePnlCopied({ asset: assetId }));
convert();
@@ -185,7 +242,7 @@ export const SharePNLAnalyticsDialog = ({
isLoading: isCopying,
}}
>
- {stringGetter({ key: STRING_KEYS.COPY })}
+ {stringGetter({ key: isCopied ? STRING_KEYS.COPIED : STRING_KEYS.COPY })}
$Action>
<$Action
action={ButtonAction.Primary}