Skip to content

Commit

Permalink
Bugfix. Missed this in another commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
chmac committed Nov 23, 2024
1 parent d51adf2 commit fa552d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nr-app/src/common/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export function filterForMapLayerConfigForPlusCodePrefixes(
return filter;
}

export function makeLabelTags(
export function createLabelTags(
labelName: string,
labelValue: string | string[],
) {
Expand Down

0 comments on commit fa552d7

Please sign in to comment.