lint... again

pull/3819/head
Taloth Saldono 4 years ago
parent f3a14b6081
commit 2eb1a64d82

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

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

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

Loading…
Cancel
Save