adding skeleton loader to flights page
This commit is contained in:
@@ -52,7 +52,7 @@ const Flights = () => {
|
|||||||
<Skeleton height={300} />
|
<Skeleton height={300} />
|
||||||
</Grid>
|
</Grid>
|
||||||
<Grid size={12}>
|
<Grid size={12}>
|
||||||
{[...Array(6)].map((_element, index) => {
|
{[...Array(4)].map((_element, index) => {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Skeleton height={20} width={300} />
|
<Skeleton height={20} width={300} />
|
||||||
|
|||||||
Reference in New Issue
Block a user