mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-01-24 05:54:55 +03:00
feat: adding user report
This commit is contained in:
parent
8799378bf2
commit
06d5ed4491
@ -59,7 +59,7 @@ export function SettingsPrivacy() {
|
|||||||
fetchBlockedUsers();
|
fetchBlockedUsers();
|
||||||
// show toast
|
// show toast
|
||||||
})
|
})
|
||||||
.catch((err) => {
|
.catch(() => {
|
||||||
//show toast
|
//show toast
|
||||||
})
|
})
|
||||||
.finally(() => {
|
.finally(() => {
|
||||||
@ -103,7 +103,7 @@ export function SettingsPrivacy() {
|
|||||||
/>
|
/>
|
||||||
|
|
||||||
<h3 style={{ marginTop: `${SPACING_UNIT * 2}px` }}>
|
<h3 style={{ marginTop: `${SPACING_UNIT * 2}px` }}>
|
||||||
Usuários bloqueados
|
{t("blocked_users")}
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
<ul className={styles.blockedUsersList}>
|
<ul className={styles.blockedUsersList}>
|
||||||
|
Loading…
Reference in New Issue
Block a user