forked from MapComplete/MapComplete
		
	Small fixes to link, shows own reviews
This commit is contained in:
		
							parent
							
								
									ef70c17393
								
							
						
					
					
						commit
						0855f46c49
					
				
					 7 changed files with 85 additions and 62 deletions
				
			
		|  | @ -1,3 +1,5 @@ | |||
| import {UIEventSource} from "../UIEventSource"; | ||||
| 
 | ||||
| export interface Review { | ||||
|     comment?: string, | ||||
|     author: string, | ||||
|  | @ -7,5 +9,5 @@ export interface Review { | |||
|     /** | ||||
|      * True if the current logged in user is the creator of this comment | ||||
|      */ | ||||
|     made_by_user: boolean | ||||
|     made_by_user: UIEventSource<boolean> | ||||
| } | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue