Fixed missing initial value in scraper reduce, breaking first network (21 Naturals).

This commit is contained in:
DebaucheryLibrarian
2020-12-19 00:19:38 +01:00
parent ddf0958c04
commit 4ccd8bf07a
3 changed files with 13 additions and 4 deletions

View File

@@ -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 {