Skip to content

Commit

Permalink
fix: force release-please trigger cowswap release (#4113)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfetopito authored Mar 28, 2024
1 parent 9ba35d9 commit 7d6be88
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { isInjectedWidget } from '@cowprotocol/common-utils'

export function useIsAprilFoolsEnabled(): boolean {
const { isAprilFoolsEnabled } = useFeatureFlags()
// useless comment to trigger release please...

return isAprilFoolsEnabled && !isInjectedWidget()
}

0 comments on commit 7d6be88

Please sign in to comment.