mirror of
https://github.com/jambonz/chrome-extension-dialer.git
synced 2026-01-25 02:08:05 +00:00
fixed null setting if remove active account
This commit is contained in:
@@ -130,7 +130,7 @@ export const getActiveSettings = (): IAppSettings => {
|
|||||||
const decoded = {
|
const decoded = {
|
||||||
active: activeSettings?.active,
|
active: activeSettings?.active,
|
||||||
decoded: JSON.parse(
|
decoded: JSON.parse(
|
||||||
Buffer.from(activeSettings?.encoded!, "base64").toString("utf-8")
|
Buffer.from(activeSettings.encoded, "base64").toString("utf-8")
|
||||||
),
|
),
|
||||||
id: activeSettings?.id,
|
id: activeSettings?.id,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user