mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
update settings
This commit is contained in:
@@ -153,7 +153,7 @@ const AccountSettings = () => {
|
||||
));
|
||||
|
||||
return (
|
||||
<div className={styles.accountSettings}>
|
||||
<div className={styles.setting}>
|
||||
<div>
|
||||
<select value={account?.name} onChange={(e) => setActiveAccount(e.target.value)}>
|
||||
{accountsOptions}
|
||||
|
||||
Reference in New Issue
Block a user