Skip to content

Commit 18e2e9b

Browse files
committed
rename
1 parent bee2765 commit 18e2e9b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

frontend/src/ts/test/result.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1268,9 +1268,9 @@ export function updateTagsAfterEdit(
12681268

12691269
if (tagIds.length > 0) {
12701270
for (const tag of tagIds) {
1271-
const snaptag = getTag(tag);
1272-
if (snaptag !== undefined) {
1273-
tagNames.push(snaptag.display);
1271+
const localTag = getTag(tag);
1272+
if (localTag !== undefined) {
1273+
tagNames.push(localTag.display);
12741274
}
12751275
}
12761276
}

0 commit comments

Comments
 (0)