minor spacing stuff
This commit is contained in:
parent
2acdd59ac7
commit
ef6e8de895
4 changed files with 32 additions and 37 deletions
|
|
@ -33,7 +33,7 @@ export default function ComponentHistory(props: Props) {
|
|||
offset: or(res.data.nextOffset, 0)
|
||||
});
|
||||
})
|
||||
.catch((err: any) => {
|
||||
.catch((_err: any) => {
|
||||
resolve({
|
||||
records: [] as Record[],
|
||||
total: 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue