@kodiak-finance/orderly-ui-positions 2.8.21-rc.2 → 2.8.21
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +13 -13
package/dist/index.mjs
CHANGED
|
@@ -1055,7 +1055,7 @@ var useReversePositionEnabled = () => {
|
|
|
1055
1055
|
);
|
|
1056
1056
|
const [mobileEnabled, setMobileEnabled] = useLocalStorage(
|
|
1057
1057
|
"orderly_reverse_position_enabled_mobile",
|
|
1058
|
-
|
|
1058
|
+
true
|
|
1059
1059
|
);
|
|
1060
1060
|
const isEnabled = useMemo(() => {
|
|
1061
1061
|
if (isMobile) {
|