Display toast after reacting emoji reaction limit (#10799)
This commit is contained in:
@@ -641,7 +641,7 @@ function BlockedPlaceholder({
|
||||
<Prompt.Action onPress={() => {}} cta={l`Okay`} color="primary" />
|
||||
{profile.viewer?.blocking && !profile.viewer.blockingByList && (
|
||||
<Prompt.Action
|
||||
onPress={() => queueUnblock()}
|
||||
onPress={() => void queueUnblock()}
|
||||
cta={l`Unblock`}
|
||||
color="secondary"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user