mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-28 15:42:38 +00:00
Remove console log and CSS rule for hr element in vaultPage.
This commit is contained in:
@@ -84,7 +84,6 @@ const VaultPage = (props) => {
|
|||||||
`/api/vault?title=${title}&author=${author}&v3=${v3}&legacy=${legacy}&count=${count}&page=${page}`
|
`/api/vault?title=${title}&author=${author}&v3=${v3}&legacy=${legacy}&count=${count}&page=${page}`
|
||||||
);
|
);
|
||||||
if (response.ok) {
|
if (response.ok) {
|
||||||
console.log(response.body.brews);
|
|
||||||
updateStateWithBrews(response.body.brews, page);
|
updateStateWithBrews(response.body.brews, page);
|
||||||
} else {
|
} else {
|
||||||
throw new Error(`Error: ${response.status}`);
|
throw new Error(`Error: ${response.status}`);
|
||||||
|
|||||||
@@ -277,8 +277,6 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
hr { visibility : hidden; }
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user