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 180
180
<Skeleton class =" mt-4 h-[30px] w-full rounded-full" />
181
181
<Table .Root class =" mt-4" >
182
182
<Table .Body >
183
- {#each Array . from ( { length: 5 }) as index ( index ) }
183
+ {#each { length : 5 }}
184
184
< Table .Row class = " group" >
185
185
< Table .Head class = " w-40 whitespace-nowrap" > <Skeleton class =" h-[24px] w-full rounded-full" /></Table .Head >
186
186
< Table .Cell class = " w-4 pr-0" > </Table .Cell >
Original file line number Diff line number Diff line change 184
184
</Card .Header >
185
185
<Card .Content class =" space-y-4 pt-2" >
186
186
<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 }}
188
188
< div class = " flex flex-col items-center rounded-lg bg-muted p-2" >
189
189
< Skeleton class = " mb-1 size-6" / >
190
190
< Skeleton class = " mb-1 h-[28px] w-[60px]" / >
You can’t perform that action at this time.
0 commit comments