Skip to content

Commit

Permalink
Final "npm run all".
Browse files Browse the repository at this point in the history
  • Loading branch information
erictheise committed Mar 28, 2024
1 parent b2b47d3 commit 35c2229
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/iD.js
Original file line number Diff line number Diff line change
Expand Up @@ -48397,7 +48397,7 @@
severity: "warning",
message: (context2) => {
const entity2 = context2.hasEntity(entityID);
return entity2 ? _t.append("issues.missing_start_date.feature.message", {
return entity2 ? _t.append("issues.missing_start_date.message", {
feature: utilDisplayLabel(entity2, context2.graph())
}) : "";
},
Expand Down
Loading

0 comments on commit 35c2229

Please sign in to comment.