prefilled settings edits
This commit is contained in:
parent
f0831a6c42
commit
7e9b5adfa8
1 changed files with 1 additions and 2 deletions
|
|
@ -340,8 +340,7 @@ export default function SettingsSubmit(props: CreateProps | EditProps) {
|
|||
};
|
||||
}, []);
|
||||
|
||||
const meLabel =
|
||||
me?.username() ||
|
||||
const meLabel = me?.username ?? "";
|
||||
|
||||
// Options
|
||||
const mats = useOptions("material");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue