Skip to content

Commit

Permalink
feat: git reset repair bug
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandomospf committed Nov 22, 2021
1 parent badb770 commit c5b5c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Album.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default class Album extends Component {
album: data,
artistName: data[0].artistName,
collectionName: data[0].collectionName,
trackId: data[0].trackId,
// trackId: data[0].trackId,
}));
}

Expand Down

0 comments on commit c5b5c83

Please sign in to comment.