Exportify
diff --git a/src/components/PlaylistRow.jsx b/src/components/PlaylistRow.jsx
index f13a8a8..7108c9d 100644
--- a/src/components/PlaylistRow.jsx
+++ b/src/components/PlaylistRow.jsx
@@ -45,13 +45,13 @@ class PlaylistRow extends React.Component {
let playlist = this.props.playlist
const icon = ['fas', (this.state.exporting ? 'sync' : 'download')]
- if(playlist.uri==null) return (
+ if (playlist.uri == null) return (
{this.renderIcon(playlist)} |
{playlist.name} |
- This playlist is not supported |
- {this.renderTickCross(playlist.public)} |
- {this.renderTickCross(playlist.collaborative)} |
+ This playlist is not supported |
+ {this.renderTickCross(playlist.public)} |
+ {this.renderTickCross(playlist.collaborative)} |
|
);
@@ -61,9 +61,9 @@ class PlaylistRow extends React.Component {
{this.renderIcon(playlist)} |
{playlist.name} |
{playlist.owner.display_name} |
- {playlist.tracks.total} |
- {this.renderTickCross(playlist.public)} |
- {this.renderTickCross(playlist.collaborative)} |
+ {playlist.tracks.total} |
+ {this.renderTickCross(playlist.public)} |
+ {this.renderTickCross(playlist.collaborative)} |
|
+
+
+
+ Export
+
+ |
+
+
+
+