Skip to content

Commit

Permalink
forgot to push new button object to entries
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerwyn committed Oct 18, 2023
1 parent 7d41b2f commit 8de46ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/service-call-tile-feature.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/service-call-tile-feature.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ class ServiceCallTileFeature extends LitElement {
.entry=${entry}
.itemid=${itemid}
/>`;
entries.push(renderedEntry);
break;
}
}
Expand Down

0 comments on commit 8de46ab

Please sign in to comment.