mirror of
https://github.com/RoboSats/robosats.git
synced 2025-08-10 16:40:17 +00:00
Remove code
This commit is contained in:
@ -33,7 +33,6 @@ class SystemWebClient implements SystemClient {
|
|||||||
return value ?? '';
|
return value ?? '';
|
||||||
};
|
};
|
||||||
|
|
||||||
// Local storage
|
|
||||||
public getSyncItem: (key: string) => string | undefined = (key) => {
|
public getSyncItem: (key: string) => string | undefined = (key) => {
|
||||||
const value = window.localStorage.getItem(key);
|
const value = window.localStorage.getItem(key);
|
||||||
return value ?? '';
|
return value ?? '';
|
||||||
|
Reference in New Issue
Block a user