Skip to content

Commit 05f53bf

Browse files
authored
fix(router): show perp URL when enabled instead of disabled (#8847)
1 parent c71549c commit 05f53bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared/src/utils/routeUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ export const buildAllowList = (
218218
},
219219
}
220220
: {
221-
...(perpDisabled
221+
...(!perpDisabled
222222
? {
223223
[pagePath`${ERootRoutes.Main}${ETabRoutes.Perp}`]: {
224224
showUrl: true,

0 commit comments

Comments
 (0)