import React from 'react';
import request from 'superagent';
import {State, Link} from 'react-router';
import Foot from './foot';
var MusicItem = React.createClass({
render: function() {
if (!this.props.item.matched_at) {
return (
);
} else if (!this.props.item.id) {
return (
No Match
);
} else {
return (
{this.props.inc === 0 ? 'Found matches using this link' : ''}