diff --git a/src/components/status.jsx b/src/components/status.jsx
index fea4a3eb..e7447211 100644
--- a/src/components/status.jsx
+++ b/src/components/status.jsx
@@ -1320,64 +1320,69 @@ function Status({
{StatusMenuItems}
)}
- {showActionsBar && size !== 'l' && !previewMode && !readOnly && (
-
-
-
{
- try {
- favouriteStatus();
- showToast(
- favourited
- ? `Unliked @${username || acct}'s post`
- : `Liked @${username || acct}'s post`,
- );
- } catch (e) {}
- }}
- />
-
+ )}
{size !== 'l' && (
{reblogged && }