mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-18 19:59:20 +00:00
fix: tickets not disappearing for users that are not members of queue after queue assignment
This commit is contained in:
@@ -13,7 +13,6 @@ 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