diff --git a/src/components/account-info.jsx b/src/components/account-info.jsx
index bc72890d..0128be01 100644
--- a/src/components/account-info.jsx
+++ b/src/components/account-info.jsx
@@ -1029,6 +1029,70 @@ function RelatedActions({
{privateNote ? 'Edit private note' : 'Add private note'}
+ {following && !!relationship && (
+ <>
+
+
+ >
+ )}
{/* Add/remove from lists is only possible if following the account */}
{following && (