diff --git a/lib/components/Loaders/DescriptionLoader/DescriptionLoader.tsx b/lib/components/Loaders/DescriptionLoader/DescriptionLoader.tsx
index 975dea795..52a76356f 100644
--- a/lib/components/Loaders/DescriptionLoader/DescriptionLoader.tsx
+++ b/lib/components/Loaders/DescriptionLoader/DescriptionLoader.tsx
@@ -6,7 +6,7 @@ export interface DescriptionLoader {
}
export const DescriptionLoaderWrapper = ({ children }: DescriptionLoader) => {
- return
{children}
+ return
{children}
}
export const DescriptionLoader = Object.assign(DescriptionLoaderWrapper, {
diff --git a/lib/components/Loaders/EventLoader/EventLoader.tsx b/lib/components/Loaders/EventLoader/EventLoader.tsx
index a1aba5cfa..c2c80963d 100644
--- a/lib/components/Loaders/EventLoader/EventLoader.tsx
+++ b/lib/components/Loaders/EventLoader/EventLoader.tsx
@@ -10,7 +10,7 @@ export interface EventLoaderProps {
export const EventLoader = ({ pageCount = 5, showClearButton = false }: EventLoaderProps) => {
return (
- <>
+
@@ -28,6 +28,6 @@ export const EventLoader = ({ pageCount = 5, showClearButton = false }: EventLoa
- >
+
)
}
diff --git a/lib/components/Loaders/ListingLoader/ListingDescriptionLoader.tsx b/lib/components/Loaders/ListingLoader/ListingDescriptionLoader.tsx
index fc217e186..04e40bad8 100644
--- a/lib/components/Loaders/ListingLoader/ListingDescriptionLoader.tsx
+++ b/lib/components/Loaders/ListingLoader/ListingDescriptionLoader.tsx
@@ -8,7 +8,7 @@ export const ListingDescriptionLoader: React.FC
=
// Render one or two Listing.Body components based on numCol
const listingBodies = Array.from({ length: numCol }, (_, index) => (
-
+
diff --git a/lib/components/Loaders/ListingLoader/ListingEventLoader.tsx b/lib/components/Loaders/ListingLoader/ListingEventLoader.tsx
index 51394f12e..23298fa23 100644
--- a/lib/components/Loaders/ListingLoader/ListingEventLoader.tsx
+++ b/lib/components/Loaders/ListingLoader/ListingEventLoader.tsx
@@ -4,7 +4,7 @@ export const ListingEventLoader = () => {
return (
-
+
diff --git a/lib/components/Loaders/ListingLoader/ListingIconLoader.tsx b/lib/components/Loaders/ListingLoader/ListingIconLoader.tsx
index baa49c9df..257cb9895 100644
--- a/lib/components/Loaders/ListingLoader/ListingIconLoader.tsx
+++ b/lib/components/Loaders/ListingLoader/ListingIconLoader.tsx
@@ -4,7 +4,7 @@ export const ListingIconLoader = () => {
return (
-
+
diff --git a/lib/components/Loaders/ListingLoader/ListingNewsLoader.tsx b/lib/components/Loaders/ListingLoader/ListingNewsLoader.tsx
index 583fb6924..3cd3b5771 100644
--- a/lib/components/Loaders/ListingLoader/ListingNewsLoader.tsx
+++ b/lib/components/Loaders/ListingLoader/ListingNewsLoader.tsx
@@ -4,7 +4,7 @@ export const ListingNewsLoader = () => {
return (
-
+
diff --git a/lib/components/Loaders/ListingLoader/ListingPageLoader.tsx b/lib/components/Loaders/ListingLoader/ListingPageLoader.tsx
index afffd716c..96fa6981d 100644
--- a/lib/components/Loaders/ListingLoader/ListingPageLoader.tsx
+++ b/lib/components/Loaders/ListingLoader/ListingPageLoader.tsx
@@ -4,7 +4,7 @@ export const ListingPageLoader = () => {
return (
-
+
diff --git a/lib/components/Loaders/ListingLoader/ListingPeopleLoader.tsx b/lib/components/Loaders/ListingLoader/ListingPeopleLoader.tsx
index aad76db9c..0c7e96f93 100644
--- a/lib/components/Loaders/ListingLoader/ListingPeopleLoader.tsx
+++ b/lib/components/Loaders/ListingLoader/ListingPeopleLoader.tsx
@@ -4,7 +4,7 @@ export const ListingPeopleLoader = () => {
return (
-
+
diff --git a/lib/components/Loaders/PaginationLoader/PaginationLoader.tsx b/lib/components/Loaders/PaginationLoader/PaginationLoader.tsx
index 4aa849d9b..ae24bd5f0 100644
--- a/lib/components/Loaders/PaginationLoader/PaginationLoader.tsx
+++ b/lib/components/Loaders/PaginationLoader/PaginationLoader.tsx
@@ -18,7 +18,7 @@ export const PaginationLoader = ({ hasBorder, pageCount = 5 }: PaginationLoaderP
return (
<>