Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
FX5F committed Nov 3, 2024
1 parent 7f9663c commit c76eaf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/map/airports/MapAirport.vue
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ function setBorderFeatureStyle(feature: Feature) {
feature.setStyle(style);
}
function seLabelFeatureStyle(feature: Feature) {
function setLabelFeatureStyle(feature: Feature) {
const style = [
new Style({
text: new Text({
Expand Down Expand Up @@ -488,7 +488,7 @@ onMounted(async () => {
id,
});
seLabelFeatureStyle(labelFeature);
setLabelFeatureStyle(labelFeature);
features.push({
id,
Expand Down

0 comments on commit c76eaf5

Please sign in to comment.