testing changes removal
This commit is contained in:
@@ -32,7 +32,7 @@ export const CopyButton = ({
|
||||
|
||||
setCopied(true);
|
||||
navigator.clipboard.writeText(value);
|
||||
setTimeout(() => setCopied(false), 5000);
|
||||
setTimeout(() => setCopied(false), 500);
|
||||
};
|
||||
|
||||
return buttonType === 'text' ? (
|
||||
|
||||
@@ -209,7 +209,8 @@ export const PnlChart = ({
|
||||
})
|
||||
.format(Math.abs(value))
|
||||
.toLowerCase()
|
||||
} renderTooltip={() => <div />}
|
||||
}
|
||||
renderTooltip={() => <div />}
|
||||
onTooltipContext={onTooltipContext}
|
||||
onVisibleDataChange={onVisibleDataChange}
|
||||
onZoom={onZoomSnap}
|
||||
|
||||
Reference in New Issue
Block a user