Skip to content

Commit

Permalink
feat(forecasted-grants): feature flagging was moved to env
Browse files Browse the repository at this point in the history
  • Loading branch information
lsr-explore committed Oct 22, 2024
1 parent e169f65 commit 2ca7c64
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/client/src/helpers/featureFlags/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,3 @@ export function followNotesEnabled() {
export function grantNotesLimit() {
return parseInt(getFeatureFlags().grantNotesLimit, 10) || 4;
}

export function showForecastedGrants() {
return getFeatureFlags().showForecastedGrants === true;
}

0 comments on commit 2ca7c64

Please sign in to comment.