fix(client/friendly): update widget id

This commit is contained in:
NoriDev 2023-06-04 03:54:27 +09:00
parent 90252c1c44
commit 996d71cf25

View file

@ -178,7 +178,7 @@ defaultStore.loaded.then(() => {
id: 'a', place: 'right', data: {}, id: 'a', place: 'right', data: {},
}, { }, {
name: 'trends', name: 'trends',
id: 'c', place: 'right', data: {}, id: 'b', place: 'right', data: {},
}]); }]);
} }
}); });