Fixed missing initial value in scraper reduce, breaking first network (21 Naturals).
This commit is contained in:
@@ -101,8 +101,7 @@ export default {
|
||||
.actions {
|
||||
display: flex;
|
||||
text-align: center;
|
||||
padding: 1rem;
|
||||
margin: 1rem 0 0 0;
|
||||
padding: 1rem 1rem 2rem 1rem;
|
||||
}
|
||||
|
||||
.button {
|
||||
|
||||
Reference in New Issue
Block a user