diff --git a/components/PeriodCard.tsx b/components/PeriodCard.tsx index bb8a30cd..5c21f2d5 100644 --- a/components/PeriodCard.tsx +++ b/components/PeriodCard.tsx @@ -39,7 +39,16 @@ const PeriodCard = ({ period }: Props) => { router.push(`/application/${period._id}`); }; - if (isLoading) return

Vent litt...

; + if (isLoading) { + return ( +
+
+
+
+
+
+ ); + } return (