Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…lydotdev/apps into fix-block-button-inside-link
  • Loading branch information
ilasw committed Jan 17, 2025
2 parents a92a315 + 5048c40 commit 6e21742
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/shared/src/components/PostOptionsMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ import {
import { isFollowingContent } from '../hooks/contentPreference/types';
import { useIsSpecialUser } from '../hooks/auth/useIsSpecialUser';
import { useActiveFeedContext } from '../contexts';
import { SharedFeedPage } from './utilities';

const ContextMenu = dynamic(
() => import(/* webpackChunkName: "contextMenu" */ './fields/ContextMenu'),
Expand Down Expand Up @@ -558,7 +557,7 @@ export default function PostOptionsMenu({
});

client.invalidateQueries({
queryKey: generateQueryKey(SharedFeedPage.MyFeed, user),
queryKey: feedQueryKey,
});

await showMessageAndRemovePost(
Expand Down

0 comments on commit 6e21742

Please sign in to comment.