diff options
Diffstat (limited to 'src/frontend/app/components/Stops/ConsolidatedCirculationListSkeleton.tsx')
| -rw-r--r-- | src/frontend/app/components/Stops/ConsolidatedCirculationListSkeleton.tsx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/frontend/app/components/Stops/ConsolidatedCirculationListSkeleton.tsx b/src/frontend/app/components/Stops/ConsolidatedCirculationListSkeleton.tsx index 43f02ca..90d92e2 100644 --- a/src/frontend/app/components/Stops/ConsolidatedCirculationListSkeleton.tsx +++ b/src/frontend/app/components/Stops/ConsolidatedCirculationListSkeleton.tsx @@ -34,7 +34,11 @@ export const ConsolidatedCirculationListSkeleton: React.FC = () => { <div className="card-footer"> <Skeleton width="90%" height={14} /> - <Skeleton width="70%" height={14} style={{ marginTop: "4px" }} /> + <Skeleton + width="70%" + height={14} + style={{ marginTop: "4px" }} + /> </div> </div> ))} |
