Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
remove change to Config object
Browse files Browse the repository at this point in the history
  • Loading branch information
dnguyen800 committed Feb 28, 2020
1 parent f03ff77 commit c44cb5e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dist/spotify-playlist-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,6 @@ class SpotifyPlaylistCard extends HTMLElement {
</div>
`;

if (config.show_title) {
card.header = cardConfig.title;
}
card.appendChild(content);
card.appendChild(style);
root.appendChild(card);
Expand Down

0 comments on commit c44cb5e

Please sign in to comment.