mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-02-05 15:47:47 +01:00
fix user settings data prop
This commit is contained in:
parent
376c72c95d
commit
5a10557e47
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ module.exports = function UserSettings() {
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
function UserSettingsForm({source}) {
|
function UserSettingsForm({data: {source}}) {
|
||||||
/* form keys
|
/* form keys
|
||||||
- string source[privacy]
|
- string source[privacy]
|
||||||
- bool source[sensitive]
|
- bool source[sensitive]
|
||||||
|
|
Loading…
Reference in a new issue