mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 05:14:54 +00:00
chore: upgrade oxlint to v0.13.2 (#8891)
Co-authored-by: LongYinan <lynweklm@gmail.com>
This commit is contained in:
@@ -21,9 +21,9 @@ export const LinksRow = ({
|
||||
title={`${label} · ${references.length}`}
|
||||
className={className}
|
||||
>
|
||||
{references.map((link, index) => (
|
||||
{references.map(link => (
|
||||
<AffinePageReference
|
||||
key={index}
|
||||
key={link.docId}
|
||||
pageId={link.docId}
|
||||
params={'params' in link ? link.params : undefined}
|
||||
className={styles.wrapper}
|
||||
|
||||
Reference in New Issue
Block a user