From b92cfb858ce94218587983ed0f0f9f31a8ce5480 Mon Sep 17 00:00:00 2001 From: teodorus-nathaniel Date: Wed, 13 Mar 2024 00:04:43 +0700 Subject: [PATCH] Add another account to hide preview --- src/components/posts/view-post/PostPreview.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/posts/view-post/PostPreview.tsx b/src/components/posts/view-post/PostPreview.tsx index 659c9ad8b..c888da929 100644 --- a/src/components/posts/view-post/PostPreview.tsx +++ b/src/components/posts/view-post/PostPreview.tsx @@ -26,8 +26,11 @@ export type PreviewProps = BarePreviewProps & { showPinnedIcon?: boolean } -// grill admin account -const HIDE_PREVIEW_FROM_ACCOUNT = ['3rPYmfYVHG7NtuGDivDNZdMMRHgrwtVuswY9TWUaHQCU8tAo'] +// grill admin account and grill memes admin +const HIDE_PREVIEW_FROM_ACCOUNT = [ + '3rPYmfYVHG7NtuGDivDNZdMMRHgrwtVuswY9TWUaHQCU8tAo', + '3oGjkULuNKRqi513BbohWiSgA2oKMrbSnPrcddpXYC4mtW1G', +] export function PostPreview(props: PreviewProps) { const { postDetails, space: externalSpace, showPinnedIcon } = props const {