From 64790ebd5476361393fe9b7627b7e9d323484156 Mon Sep 17 00:00:00 2001 From: Niklas Fondberg Date: Fri, 26 Apr 2019 12:56:26 +0200 Subject: [PATCH] Fixed broken images --- dist/spotify-card.cjs.js | 21 +++++++++++++++------ dist/spotify-card.esm.js | 21 +++++++++++++++------ dist/spotify-card.umd.js | 6 +++--- src/spotify-card.js | 20 ++++++++++++++++---- 4 files changed, 49 insertions(+), 19 deletions(-) diff --git a/dist/spotify-card.cjs.js b/dist/spotify-card.cjs.js index 63efd1d..127b16a 100644 --- a/dist/spotify-card.cjs.js +++ b/dist/spotify-card.cjs.js @@ -50,7 +50,8 @@ class PlayerSelect extends preact.Component { render() { const { devices - } = this.props; + } = this.props; // console.log('PlayerSelect: devices', devices); + return html`