PAMapp/store/localStorage.service.ts
@@ -41,7 +41,7 @@ const storageData = localStorage.getItem(keyName); const itemType = initialValueOfStorageItemDto[keyName]; const prepareData = storageData ? typeof itemType === 'string' ? itemType === String ? storageData : JSON.parse(storageData) : null;