File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -1218,7 +1218,7 @@ const app = new Elysia({
1218
1218
< tbody >
1219
1219
{ userJobs . map ( ( job ) => (
1220
1220
< >
1221
- < tr key = { `job- ${ job . id } ` as any } id = { `job-row-${ job . id } ` } >
1221
+ < tr id = { `job-row-${ job . id } ` } >
1222
1222
< td
1223
1223
class = "job-details-toggle cursor-pointer"
1224
1224
data-job-id = { job . id }
@@ -1264,9 +1264,8 @@ const app = new Elysia({
1264
1264
Detailed File Information:
1265
1265
</ div >
1266
1266
{ job . files_detailed . map (
1267
- ( file : Filename , index : number ) => (
1267
+ ( file : Filename ) => (
1268
1268
< div
1269
- key = { String ( file . id ) as any }
1270
1269
class = "flex items-center"
1271
1270
>
1272
1271
< span
@@ -1280,7 +1279,7 @@ const app = new Elysia({
1280
1279
xmlns = "http://www.w3.org/2000/svg"
1281
1280
viewBox = "0 0 20 20"
1282
1281
fill = "currentColor"
1283
- class = "w-4 h-4 inline-block mx-2 text-neutral-500"
1282
+ class = "mx-2 inline-block h-4 w-4 text-neutral-500"
1284
1283
>
1285
1284
< path
1286
1285
fill-rule = "evenodd"
You can’t perform that action at this time.
0 commit comments