| 
														
															@@ -644,7 +644,9 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		...mapActions({ 
														 | 
														
														 | 
														
															 		...mapActions({ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			showTab(dispatch, payload) { 
														 | 
														
														 | 
														
															 			showTab(dispatch, payload) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 				if (this.$refs[`${payload}-tab`]) 
														 | 
														
														 | 
														
															 				if (this.$refs[`${payload}-tab`]) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-					this.$refs[`${payload}-tab`].scrollIntoView(); // Only works if the ref exists, which it doesn't always 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+					this.$refs[`${payload}-tab`].scrollIntoView({ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+						block: "nearest" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+					}); // Only works if the ref exists, which it doesn't always 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 				return dispatch("modals/manageStation/showTab", payload); 
														 | 
														
														 | 
														
															 				return dispatch("modals/manageStation/showTab", payload); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			} 
														 | 
														
														 | 
														
															 			} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		}), 
														 | 
														
														 | 
														
															 		}), 
														 |