fix prettier warnings

This commit is contained in:
vivganes 2023-04-07 16:39:47 +05:30
parent 14bfc481c4
commit e9a372d974

View File

@ -44,7 +44,7 @@ const Bookmarks = ({ pubkey, bookmarks, related }: BookmarksProps) => {
{bookmarks {bookmarks
.filter(b => (onlyPubkey === "all" ? true : b.pubkey === onlyPubkey)) .filter(b => (onlyPubkey === "all" ? true : b.pubkey === onlyPubkey))
.map(n => { .map(n => {
switch(n.kind){ switch (n.kind) {
case EventKind.TextNote: case EventKind.TextNote:
return ( return (
<Note <Note