We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b938f7 commit 39f55daCopy full SHA for 39f55da
frontend/app/src/comps/About/About.tsx
@@ -51,7 +51,7 @@ function getEnvGroups() {
51
contracts: [string, string][];
52
}[] = [];
53
54
- for (const { branchId, symbol, contracts } of envConfig.BRANCHES) {
+ for (const { branchId, symbol, contracts } of envConfig.ENV_BRANCHES) {
55
branches.push({
56
branchId,
57
symbol,
0 commit comments