lint... again

This commit is contained in:
Taloth Saldono 2020-06-09 22:40:40 +02:00
parent f3a14b6081
commit 2eb1a64d82
3 changed files with 5 additions and 1 deletions

View File

@ -4,8 +4,8 @@
} }
.loading { .loading {
display: inline-block;
position: absolute; position: absolute;
display: inline-block;
margin-left: 5px; margin-left: 5px;
} }

View File

@ -313,6 +313,8 @@ class SeriesEditorFooter extends Component {
</div> </div>
); );
} }
return null;
}) })
} }

View File

@ -152,6 +152,8 @@ class SeriesEditorRow extends Component {
</TableRowCell> </TableRowCell>
); );
} }
return null;
}) })
} }
</TableRow> </TableRow>