Client feature #5

Merged
KevinMidboe merged 9 commits from client_feature into master 2017-06-03 09:19:01 +00:00
Showing only changes of commit 4f2a69f32d - Show all commits

View File

@@ -29,7 +29,6 @@ class ListStrays extends React.Component {
{this.state.strays.map((strayObj) => {
if (strayObj.verified == 0) {
var url = "https://kevinmidboe.com/seasoned/verified.html?id=" + strayObj.id;
console.log(url);
return ([
<span key={strayObj.id}>{strayObj.name}</span>,
<a href={url}>{strayObj.id}</a>