|
@@ -3,7 +3,7 @@ checkRoute();
|
|
|
let userBasics = JSON.parse(localStorage.getItem('user_profile')) || [];
|
|
|
|
|
|
|
|
|
- if(userBasics !== [] && typeof(userBasics) !== 'string'){
|
|
|
+if(userBasics !== [] && typeof(userBasics) !== 'string'){
|
|
|
$('.userName').html(`<h2 class="user-name text-white mt-lg-3 mt-xl-1 fw-bold">Hi ${userBasics.user_info.userName}</h2>`);
|
|
|
}
|
|
|
|