mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-12 19:22:28 +00:00
feat: adding user report
This commit is contained in:
parent
8799378bf2
commit
06d5ed4491
1 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ export function SettingsPrivacy() {
|
|||
fetchBlockedUsers();
|
||||
// show toast
|
||||
})
|
||||
.catch((err) => {
|
||||
.catch(() => {
|
||||
//show toast
|
||||
})
|
||||
.finally(() => {
|
||||
|
@ -103,7 +103,7 @@ export function SettingsPrivacy() {
|
|||
/>
|
||||
|
||||
<h3 style={{ marginTop: `${SPACING_UNIT * 2}px` }}>
|
||||
Usuários bloqueados
|
||||
{t("blocked_users")}
|
||||
</h3>
|
||||
|
||||
<ul className={styles.blockedUsersList}>
|
||||
|
|
Loading…
Reference in a new issue