Index: ReserveNGo-frontend/src/components/Project/Auth/login_.vue
===================================================================
--- ReserveNGo-frontend/src/components/Project/Auth/login_.vue	(revision 3e13a51e39e7db2ce96a604c5c227109f43d4d09)
+++ ReserveNGo-frontend/src/components/Project/Auth/login_.vue	(revision 14c921a948e24972824358e8e0d1c27aeedf0608)
@@ -30,4 +30,6 @@
 
         const json = await response.json();
+
+        console.log("Priting the json object to help me with profile picture.", json);
 
         this.userStore_.setLocalStorage(json);
Index: ReserveNGo-frontend/src/components/Project/Restaurant/Locale_listing_container.vue
===================================================================
--- ReserveNGo-frontend/src/components/Project/Restaurant/Locale_listing_container.vue	(revision 3e13a51e39e7db2ce96a604c5c227109f43d4d09)
+++ ReserveNGo-frontend/src/components/Project/Restaurant/Locale_listing_container.vue	(revision 14c921a948e24972824358e8e0d1c27aeedf0608)
@@ -44,5 +44,5 @@
     fetch('http://localhost:8080/api/locals')
       .then(res => res.json())
-      .then(data => {this.locals = data.local; console.log("The data of the locals will probobly be needed later so this console log stays", data);})
+      .then(data => {this.locals = data.locals; console.log("The data of the locals will probobly be needed later so this console log stays", data);})
       .catch(err => console.log("The locals are not being caught.", err))
 
Index: ReserveNGo-frontend/src/components/Project/Restaurant/local_in_local_listing.vue
===================================================================
--- ReserveNGo-frontend/src/components/Project/Restaurant/local_in_local_listing.vue	(revision 3e13a51e39e7db2ce96a604c5c227109f43d4d09)
+++ ReserveNGo-frontend/src/components/Project/Restaurant/local_in_local_listing.vue	(revision 14c921a948e24972824358e8e0d1c27aeedf0608)
@@ -70,5 +70,5 @@
       </p>
       <p class="mb-1 text-muted">
-        <i class="fas fa-clock me-2 text-secondary"></i>{{ local.workingHours }}
+        <i class="fas fa-clock me-2 text-secondary"></i>{{  }}
       </p>
       <p class="mb-0 text-muted">
