Fix [object Object] in feedback metadata (#10390)

This commit is contained in:
Michael Telatynski 2023-03-15 16:53:49 +00:00 committed by GitHub
parent 1e651bf1a5
commit a4262cd8cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -140,7 +140,7 @@ export const SpaceFeedbackPrompt: React.FC<{
rageshakeData: Object.fromEntries(
["Spaces.allRoomsInHome", "Spaces.enabledMetaSpaces"].map((k) => [
k,
String(SettingsStore.getValue(k)),
SettingsStore.getValue(k),
]),
),
});