feat: adding user report

This commit is contained in:
Chubby Granny Chaser 2024-09-14 20:56:20 +01:00
parent 8799378bf2
commit 06d5ed4491
No known key found for this signature in database

View File

@ -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}>