@orderly.network/markets 3.0.4-alpha.0 → 3.0.4-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +8 -8
package/dist/index.mjs
CHANGED
|
@@ -6795,7 +6795,8 @@ var SymbolInfoBarFull = (props) => {
|
|
|
6795
6795
|
{
|
|
6796
6796
|
visible: isCommunityListed,
|
|
6797
6797
|
symbolWithBroker,
|
|
6798
|
-
brokerName: brokerNameRaw ?? brokerName ?? ""
|
|
6798
|
+
brokerName: brokerNameRaw ?? brokerName ?? "",
|
|
6799
|
+
autoHeight: true
|
|
6799
6800
|
}
|
|
6800
6801
|
),
|
|
6801
6802
|
/* @__PURE__ */ jsx(
|