1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00
Zhiyuan Zheng
2020-12-29 12:33:22 +01:00
parent 2ce842e15f
commit 8e93492ae3
4 changed files with 14 additions and 18 deletions

View File

@ -57,7 +57,7 @@ const fireMutation = async ({
export interface Props {
queryKey?: QueryKey.Timeline
account: Mastodon.Account
account: Pick<Mastodon.Account, 'id' | 'username' | 'acct' | 'url'>
setBottomSheetVisible: React.Dispatch<React.SetStateAction<boolean>>
}