Add avatar images and fix some type signatures
This commit is contained in:
@@ -29,6 +29,7 @@ export function ComposePrompt({
|
||||
size={50}
|
||||
handle={store.me.handle || ''}
|
||||
displayName={store.me.displayName}
|
||||
avatar={store.me.avatar}
|
||||
/>
|
||||
</TouchableOpacity>
|
||||
) : undefined}
|
||||
|
||||
Reference in New Issue
Block a user