From aeb04a2ed0b90091f92fd1130bd3d30a76449cb2 Mon Sep 17 00:00:00 2001 From: Ansh Date: Thu, 2 Mar 2023 16:51:13 -0800 Subject: make authorAvatar optional prop (#254) --- src/view/com/util/PostMeta.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/view/com/util/PostMeta.tsx b/src/view/com/util/PostMeta.tsx index 0c5d41cab..af08708b4 100644 --- a/src/view/com/util/PostMeta.tsx +++ b/src/view/com/util/PostMeta.tsx @@ -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 -- cgit 1.4.1