mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-11 15:16:28 +08:00
chore: upgrade oxlint to v0.13.2 (#8891)
Co-authored-by: LongYinan <lynweklm@gmail.com>
This commit is contained in:
@@ -213,7 +213,7 @@ export const Form = () => {
|
||||
<div className="py-2 px-0 text-sm mt-16 max-lg:mt-5 relative">
|
||||
{Array.from({ length: count }).map((_, index) => (
|
||||
<span
|
||||
key={index}
|
||||
key={`${index}`}
|
||||
className={`inline-block w-16 h-1 rounded mr-1 ${
|
||||
index <= current - 1
|
||||
? 'bg-primary'
|
||||
|
||||
Reference in New Issue
Block a user