diff --git a/src/pages/friends/Friend.tsx b/src/pages/friends/Friend.tsx
index eb06fda1..fed35293 100644
--- a/src/pages/friends/Friend.tsx
+++ b/src/pages/friends/Friend.tsx
@@ -36,7 +36,7 @@ export const Friend = observer(({ user }: Props) => {
actions.push(
<>
stopPropagation(
@@ -50,7 +50,7 @@ export const Friend = observer(({ user }: Props) => {
stopPropagation(
@@ -71,7 +71,7 @@ export const Friend = observer(({ user }: Props) => {
if (user.relationship === "Incoming") {
actions.push(
stopPropagation(ev, user.addFriend())}>
@@ -92,7 +92,7 @@ export const Friend = observer(({ user }: Props) => {
) {
actions.push(
{
if (user.relationship === "Blocked") {
actions.push(
stopPropagation(ev, user.unblockUser())}>