Fix skeleton loader for /workflows (#6172)

* return latest bookings for example bookings for zapier

* remove mt on skeleton loader

* Revert "return latest bookings for example bookings for zapier"

This reverts commit b69f393a73.

Co-authored-by: CarinaWolli <wollencarina@gmail.com>
pull/6178/head
Carina Wollendorfer 2022-12-23 13:27:40 +01:00 committed by GitHub
parent 2502868ebc
commit 69925af17c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import { Icon, SkeletonText } from "@calcom/ui";
function SkeletonLoader() {
return (
<ul className="mt-24 animate-pulse divide-y divide-neutral-200 rounded-md border border-gray-200 bg-white sm:overflow-hidden">
<ul className="animate-pulse divide-y divide-neutral-200 rounded-md border border-gray-200 bg-white sm:overflow-hidden">
<SkeletonItem />
<SkeletonItem />
<SkeletonItem />