diff --git a/src/components/Feed/Placeholder/Placeholder.tsx b/src/components/Feed/Placeholder/Placeholder.tsx index f23b365e..a1323227 100644 --- a/src/components/Feed/Placeholder/Placeholder.tsx +++ b/src/components/Feed/Placeholder/Placeholder.tsx @@ -6,7 +6,7 @@ import { useSession } from '../../../context/session' import styles from './Placeholder.module.scss' export type PlaceholderProps = { - type: 'feed' | 'feedCollaborations' | 'feedDiscussions' + type: string } export const Placeholder = (props: PlaceholderProps) => {