Display a table skeleton while the list of guests is loading #29
@ -23,6 +23,8 @@ export default async function guestsTable() {
|
||||
status: record.attributes.status
|
||||
});
|
||||
});
|
||||
}, (error) => {
|
||||
return [];
|
||||
});
|
||||
|
||||
return (
|
||||
|
Loading…
x
Reference in New Issue
Block a user