Skip to content

Commit

Permalink
About screen fix (BRANCHES => ENV_BRANCHES)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpierre committed Feb 11, 2025
1 parent 0b938f7 commit 39f55da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/src/comps/About/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function getEnvGroups() {
contracts: [string, string][];
}[] = [];

for (const { branchId, symbol, contracts } of envConfig.BRANCHES) {
for (const { branchId, symbol, contracts } of envConfig.ENV_BRANCHES) {
branches.push({
branchId,
symbol,
Expand Down

0 comments on commit 39f55da

Please sign in to comment.