make authorAvatar optional prop (#254)

zio/stable
Ansh 2023-03-02 16:51:13 -08:00 committed by GitHub
parent 403c187cf5
commit aeb04a2ed0
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import {observer} from 'mobx-react-lite'
import FollowButton from '../profile/FollowButton'
interface PostMetaOpts {
authorAvatar: string | undefined
authorAvatar?: string
authorHandle: string
authorDisplayName: string | undefined
timestamp: string