diff --git a/package.json b/package.json
index fcf1e3ad..451ec3ae 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "primal-web-app",
- "version": "0.77.20",
+ "version": "0.77.23",
"description": "",
"scripts": {
"start": "vite",
diff --git a/src/components/Avatar/Avatar.tsx b/src/components/Avatar/Avatar.tsx
index 04c3e337..2620abf0 100644
--- a/src/components/Avatar/Avatar.tsx
+++ b/src/components/Avatar/Avatar.tsx
@@ -13,6 +13,7 @@ const Avatar: Component<{
user?: PrimalUser,
highlightBorder?: boolean,
id?: string,
+ showCheck?: boolean,
}> = (props) => {
const media = useMediaContext();
@@ -121,7 +122,7 @@ const Avatar: Component<{
-
+
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/ProfileWidget/ProfileWidget.tsx b/src/components/ProfileWidget/ProfileWidget.tsx
index 76bf8bc8..be72e58d 100644
--- a/src/components/ProfileWidget/ProfileWidget.tsx
+++ b/src/components/ProfileWidget/ProfileWidget.tsx
@@ -23,6 +23,7 @@ const ProfileWidget: Component<{ id?: string }> = (props) => {