Fixes props type in the Placeholder.tsx
This commit is contained in:
parent
be7e31dbd2
commit
9542fd0209
|
@ -6,7 +6,7 @@ import { useSession } from '../../../context/session'
|
||||||
import styles from './Placeholder.module.scss'
|
import styles from './Placeholder.module.scss'
|
||||||
|
|
||||||
export type PlaceholderProps = {
|
export type PlaceholderProps = {
|
||||||
type: 'feed' | 'feedCollaborations' | 'feedDiscussions'
|
type: string
|
||||||
}
|
}
|
||||||
|
|
||||||
export const Placeholder = (props: PlaceholderProps) => {
|
export const Placeholder = (props: PlaceholderProps) => {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user