We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac13f68 commit a97aed4Copy full SHA for a97aed4
1 file changed
web/src/components/KeyList.tsx
@@ -617,7 +617,7 @@ export default function KeyList() {
617
/>
618
</TableCell>
619
<TableCell className="py-2">
620
- <NoteCell keyText={info.key} onUpdate={() => setNotesVersion(v => v + 1)} />
+ <NoteCell key={info.key} keyText={info.key} onUpdate={() => setNotesVersion(v => v + 1)} />
621
622
<TableCell className="text-right font-mono text-sm text-muted-foreground py-2">
623
{info.usage?.total ? `${percent}%` : '-'}
0 commit comments