@forgecharts/sdk 1.5.14 → 1.5.16
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/react/internal.js
CHANGED
|
@@ -26977,7 +26977,7 @@ function BottomToolbar({ symbol, timezone, onTimezoneChange, session, onSessionC
|
|
|
26977
26977
|
setOpen(false);
|
|
26978
26978
|
},
|
|
26979
26979
|
children: [
|
|
26980
|
-
opt.value === timezone && /* @__PURE__ */ jsx("span", { className: "bottom-bar-check", children:
|
|
26980
|
+
opt.value === timezone && /* @__PURE__ */ jsx("span", { className: "bottom-bar-check", children: "\u2713" }),
|
|
26981
26981
|
getDisplayLabel(opt)
|
|
26982
26982
|
]
|
|
26983
26983
|
},
|