minor spacing stuff

This commit is contained in:
Carter 2025-02-13 10:49:37 -06:00
parent 2acdd59ac7
commit ef6e8de895
4 changed files with 32 additions and 37 deletions

View file

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