From 7da4127652a9f19315a2704a3dcf0bcfd4837cd0 Mon Sep 17 00:00:00 2001 From: codytseng Date: Wed, 27 Aug 2025 22:02:35 +0800 Subject: [PATCH] fix: add missing key --- src/components/NewNotesButton/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/NewNotesButton/index.tsx b/src/components/NewNotesButton/index.tsx index a782d5e..ea5cd84 100644 --- a/src/components/NewNotesButton/index.tsx +++ b/src/components/NewNotesButton/index.tsx @@ -44,7 +44,7 @@ export default function NewNotesButton({ {pubkeys.length > 0 && (
{pubkeys.map((pubkey) => ( - + ))}
)}