We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b193ea commit 6e9a027Copy full SHA for 6e9a027
packages/curve-ui-kit/src/hooks/useFeatureFlags.ts
@@ -9,7 +9,7 @@ import { useReleaseChannel } from './useLocalStorage'
9
/**
10
* LargeTokenInput replaces legacy amount inputs when on Beta channel.
11
*/
12
-export const useLargeTokenInput = () => useReleaseChannel()[0] === ReleaseChannel.Beta
+export const useLargeTokenInput = () => useReleaseChannel()[0] !== ReleaseChannel.Legacy
13
14
15
* New ActionInfo with mui should be released together with LargeTokenInput.
0 commit comments