[frontend/components] Remove bite notice from bite profile action to match bite note action
This commit is contained in:
parent
435ad656c7
commit
e922b5dd04
1 changed files with 1 additions and 5 deletions
|
@ -268,11 +268,7 @@
|
|||
|
||||
private void EditProfile() => Nav.NavigateTo("/settings/profile");
|
||||
|
||||
private async Task Bite()
|
||||
{
|
||||
await Api.Users.BiteUserAsync(UserResponse.Id);
|
||||
await GlobalComponentSvc.NoticeDialog?.Display(Loc["Bit {0}", UserResponse.DisplayName ?? UserResponse.Username])!;
|
||||
}
|
||||
private void Bite() => Api.Users.BiteUserAsync(UserResponse.Id);
|
||||
|
||||
private async Task RemoveFromFollowersAction(bool confirm)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue