Skip to content

Commit 6e9a027

Browse files
committed
feat: move lti component out of beta
1 parent 0b193ea commit 6e9a027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/curve-ui-kit/src/hooks/useFeatureFlags.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { useReleaseChannel } from './useLocalStorage'
99
/**
1010
* LargeTokenInput replaces legacy amount inputs when on Beta channel.
1111
*/
12-
export const useLargeTokenInput = () => useReleaseChannel()[0] === ReleaseChannel.Beta
12+
export const useLargeTokenInput = () => useReleaseChannel()[0] !== ReleaseChannel.Legacy
1313

1414
/**
1515
* New ActionInfo with mui should be released together with LargeTokenInput.

0 commit comments

Comments
 (0)