Refactor
This commit is contained in:
		
							parent
							
								
									8d1db30129
								
							
						
					
					
						commit
						391a0a1e0d
					
				src/client/components
|  | @ -56,7 +56,7 @@ export default Vue.extend({ | ||||||
| 	}, | 	}, | ||||||
| 	data() { | 	data() { | ||||||
| 		return { | 		return { | ||||||
| 			v: this.$store.state.settings.rememberNoteVisibility ? (this.$store.state.device.visibility || this.$store.state.settings.defaultNoteVisibility) : (this.currentVisibility || this.$store.state.settings.defaultNoteVisibility), | 			v: this.$store.state.settings.rememberNoteVisibility ? this.$store.state.device.visibility : (this.currentVisibility || this.$store.state.settings.defaultNoteVisibility), | ||||||
| 			faGlobe, faUnlock, faEnvelope, faHome | 			faGlobe, faUnlock, faEnvelope, faHome | ||||||
| 		} | 		} | ||||||
| 	}, | 	}, | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue