mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-01-23 21:44:55 +03:00
feat: adding user report
This commit is contained in:
parent
8799378bf2
commit
06d5ed4491
@ -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 New Issue
Block a user