From d0f70c2b5988a55b21c29e8aa6400f8ad03e50e5 Mon Sep 17 00:00:00 2001 From: Bojan Mojsilovic Date: Mon, 4 Sep 2023 16:38:05 +0200 Subject: [PATCH] Hide more verification checks on avatars --- package.json | 2 +- src/components/NotificationAvatar/NotificationAvatar.tsx | 5 ----- src/components/Notifications/NotificationItem.tsx | 2 +- src/components/Notifications/NotificationItem2.tsx | 2 +- src/pages/Home.tsx | 2 +- 5 files changed, 4 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 227efbbf..451ec3ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "primal-web-app", - "version": "0.77.22", + "version": "0.77.23", "description": "", "scripts": { "start": "vite", diff --git a/src/components/NotificationAvatar/NotificationAvatar.tsx b/src/components/NotificationAvatar/NotificationAvatar.tsx index 570cf86e..b6388130 100644 --- a/src/components/NotificationAvatar/NotificationAvatar.tsx +++ b/src/components/NotificationAvatar/NotificationAvatar.tsx @@ -52,11 +52,6 @@ const NotificationAvatar: Component<{ > +{props.number} - -
-
-
-
) } diff --git a/src/components/Notifications/NotificationItem.tsx b/src/components/Notifications/NotificationItem.tsx index b52aa23f..270b2a46 100644 --- a/src/components/Notifications/NotificationItem.tsx +++ b/src/components/Notifications/NotificationItem.tsx @@ -159,7 +159,7 @@ const NotificationItem: Component = (props) => { href={`/p/${user.npub}`} class={styles.avatar} title={userName(user)} > - + )} diff --git a/src/components/Notifications/NotificationItem2.tsx b/src/components/Notifications/NotificationItem2.tsx index d817ef6c..dd385ec8 100644 --- a/src/components/Notifications/NotificationItem2.tsx +++ b/src/components/Notifications/NotificationItem2.tsx @@ -131,7 +131,7 @@ const NotificationItem2: Component = (props) => { href={`/p/${user()?.npub}`} class={styles.avatar} title={userName(user())} > - +
diff --git a/src/pages/Home.tsx b/src/pages/Home.tsx index ec924b9a..2aa8a4cd 100644 --- a/src/pages/Home.tsx +++ b/src/pages/Home.tsx @@ -151,7 +151,7 @@ const Home: Component = () => { class={styles.avatar} title={userName(user)} > - +
)}