Skip to content

Commit

Permalink
fix: add missing flag dictionary key
Browse files Browse the repository at this point in the history
  • Loading branch information
ogous committed Aug 28, 2024
1 parent a82867d commit 0c8e461
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/app/_layout/FeatureFlagConfig.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ const featureFlagsLabels: { [K in FeatureFlagKey]: string } = {
"ui show swap breakdown": "UI Show Swap Breakdown",
"ui show tokens given out": "UI Show Tokens Given Out",
"ui show liquidity visualiser": "UI Show Liquidity Visualiser",
"ui show banners": "UI Show Banner",
};

export const FeatureFlagConfig = () => {
Expand Down

0 comments on commit 0c8e461

Please sign in to comment.