other PR iteration based on feedback
This commit is contained in:
parent
2fb6e73794
commit
5c44ff8f8a
2 changed files with 1 additions and 2 deletions
|
@ -1093,7 +1093,6 @@ export const useDevices = (userId) => {
|
|||
// Promise.resolve to handle transition from static result to promise; can be removed in future
|
||||
Promise.resolve(cli.getStoredDevicesForUser(userId)).then((devices) => {
|
||||
if (cancel) return;
|
||||
console.log("setDevices 2", devices);
|
||||
setDevices(devices);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue