From e9a372d9741b23f7b915a8167fb5939e7485857e Mon Sep 17 00:00:00 2001 From: vivganes Date: Fri, 7 Apr 2023 16:39:47 +0530 Subject: [PATCH] fix prettier warnings --- packages/app/src/Element/Bookmarks.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/app/src/Element/Bookmarks.tsx b/packages/app/src/Element/Bookmarks.tsx index dd037ec6..87a77f4a 100644 --- a/packages/app/src/Element/Bookmarks.tsx +++ b/packages/app/src/Element/Bookmarks.tsx @@ -26,7 +26,7 @@ const Bookmarks = ({ pubkey, bookmarks, related }: BookmarksProps) => { function renderOption(p: HexKey) { const profile = UserCache.getFromCache(p); return profile ? : null; - } + } return (
@@ -44,7 +44,7 @@ const Bookmarks = ({ pubkey, bookmarks, related }: BookmarksProps) => { {bookmarks .filter(b => (onlyPubkey === "all" ? true : b.pubkey === onlyPubkey)) .map(n => { - switch(n.kind){ + switch (n.kind) { case EventKind.TextNote: return (