mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-19 12:19:16 +00:00
improvement: check all users tickets as active by default
This commit is contained in:
@@ -13,6 +13,7 @@ export function useLocalStorage(key, initialValue) {
|
||||
});
|
||||
|
||||
const setValue = value => {
|
||||
console.log("SETTING VALUE", value);
|
||||
try {
|
||||
const valueToStore =
|
||||
value instanceof Function ? value(storedValue) : value;
|
||||
|
||||
Reference in New Issue
Block a user