Update src/plugins/notesSearcher/components/NotesDataRow.tsx

Co-authored-by: dolfies <jeyalfie47@gmail.com>
This commit is contained in:
vishnyanetchereshnya 2024-07-12 07:42:38 +03:00 committed by GitHub
parent d0db4aa634
commit 7bb0bc4700
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,7 +30,7 @@ export default ({ userId, userNotes: userNotesArg, refreshNotesData, usersCache
id: userId, id: userId,
globalName: "Loading...", globalName: "Loading...",
username: "Loading...", username: "Loading...",
avatar: "https://discord.com/assets/0048cbfdd0b3ef186d22.png", avatar: "https://cdn.discordapp.com/embed/avatars/4.png",
}; };
const [userNotes, setUserNotes] = useState(userNotesArg); const [userNotes, setUserNotes] = useState(userNotesArg);