make authorAvatar optional prop (#254)
This commit is contained in:
parent
403c187cf5
commit
aeb04a2ed0
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import {observer} from 'mobx-react-lite'
|
||||||
import FollowButton from '../profile/FollowButton'
|
import FollowButton from '../profile/FollowButton'
|
||||||
|
|
||||||
interface PostMetaOpts {
|
interface PostMetaOpts {
|
||||||
authorAvatar: string | undefined
|
authorAvatar?: string
|
||||||
authorHandle: string
|
authorHandle: string
|
||||||
authorDisplayName: string | undefined
|
authorDisplayName: string | undefined
|
||||||
timestamp: string
|
timestamp: string
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue