diff --git a/app/components/Album.jsx b/app/components/Album.jsx
index 8184911..fc5347b 100644
--- a/app/components/Album.jsx
+++ b/app/components/Album.jsx
@@ -23,14 +23,14 @@ AlbumTrackRow.propTypes = {
};
-export class AlbumTracksTable extends Component {
+class AlbumTracksTableCSS extends Component {
render () {
var rows = [];
this.props.tracks.forEach(function (item) {
rows.push(