prefilled settings edits

This commit is contained in:
makearmy 2025-10-03 21:49:04 -04:00
parent f0831a6c42
commit 7e9b5adfa8

View file

@ -340,8 +340,7 @@ export default function SettingsSubmit(props: CreateProps | EditProps) {
};
}, []);
const meLabel =
me?.username() ||
const meLabel = me?.username ?? "";
// Options
const mats = useOptions("material");