mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 22:52:40 +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}`
|
||||
);
|
||||
if (response.ok) {
|
||||
console.log(response.body.brews);
|
||||
updateStateWithBrews(response.body.brews, page);
|
||||
} else {
|
||||
throw new Error(`Error: ${response.status}`);
|
||||
|
||||
@@ -277,8 +277,6 @@ body {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
hr { visibility : hidden; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user