diff --git a/src/components/NewNotesButton/index.tsx b/src/components/NewNotesButton/index.tsx index a782d5ef..ea5cd84b 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) => ( - + ))}
)}