Skip to content

Commit

Permalink
Refactor skipped profile IDs in LatestFeed component
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint committed Nov 3, 2024
1 parent 2d32156 commit fcab6b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/Mod/LatestFeed.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { useEffect } from "react";
import { Virtuoso } from "react-virtuoso";
import { useModFilterStore } from "./Filter";

const SKIPPED_PROFILE_IDS = IS_MAINNET ? ["0x027290", "0x24b6"] : [];
const SKIPPED_PROFILE_IDS = IS_MAINNET ? ["0x24b6"] : [];

const LatestFeed: FC = () => {
const {
Expand Down

1 comment on commit fcab6b2

@vercel
Copy link

@vercel vercel bot commented on fcab6b2 Nov 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

web – ./

heyxyz.vercel.app
web-heyxyz.vercel.app
web-git-main-heyxyz.vercel.app
hey.xyz

Please sign in to comment.