File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/Exceptionless.Web/ClientApp/src/lib/features Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 180180 <Skeleton class =" mt-4 h-[30px] w-full rounded-full" />
181181 <Table .Root class =" mt-4" >
182182 <Table .Body >
183- {#each Array . from ( { length: 5 }) as index ( index ) }
183+ {#each { length : 5 }}
184184 < Table .Row class = " group" >
185185 < Table .Head class = " w-40 whitespace-nowrap" > <Skeleton class =" h-[24px] w-full rounded-full" /></Table .Head >
186186 < Table .Cell class = " w-4 pr-0" > </Table .Cell >
Original file line number Diff line number Diff line change 184184 </Card .Header >
185185 <Card .Content class =" space-y-4 pt-2" >
186186 <div class =" grid grid-cols-2 gap-4 lg:grid-cols-4" >
187- {#each Array . from ( { length: 4 }) as index ( index ) }
187+ {#each { length : 4 }}
188188 < div class = " flex flex-col items-center rounded-lg bg-muted p-2" >
189189 < Skeleton class = " mb-1 size-6" / >
190190 < Skeleton class = " mb-1 h-[28px] w-[60px]" / >
You can’t perform that action at this time.
0 commit comments