Skip to content

Commit 39f55da

Browse files
committed
About screen fix (BRANCHES => ENV_BRANCHES)
1 parent 0b938f7 commit 39f55da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/app/src/comps/About/About.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function getEnvGroups() {
5151
contracts: [string, string][];
5252
}[] = [];
5353

54-
for (const { branchId, symbol, contracts } of envConfig.BRANCHES) {
54+
for (const { branchId, symbol, contracts } of envConfig.ENV_BRANCHES) {
5555
branches.push({
5656
branchId,
5757
symbol,

0 commit comments

Comments
 (0)