backButton
This commit is contained in:
		
							parent
							
								
									31e3b99448
								
							
						
					
					
						commit
						17edf6b911
					
				
					 1 changed files with 2 additions and 6 deletions
				
			
		|  | @ -1,6 +1,7 @@ | ||||||
| import BasicWindow from "../../Components/BasicWindow"; | import BasicWindow from "../../Components/BasicWindow"; | ||||||
| import Button from "../../Components/Button"; | import Button from "../../Components/Button"; | ||||||
| import TimeReport from "../../Components/TimeReport"; | import TimeReport from "../../Components/TimeReport"; | ||||||
|  | import BackButton from "../../Components/BackButton"; | ||||||
| 
 | 
 | ||||||
| function PMViewUnsignedReport(): JSX.Element { | function PMViewUnsignedReport(): JSX.Element { | ||||||
|   const content = ( |   const content = ( | ||||||
|  | @ -26,12 +27,7 @@ function PMViewUnsignedReport(): JSX.Element { | ||||||
|           return; |           return; | ||||||
|         }} |         }} | ||||||
|       /> |       /> | ||||||
|       <Button |       <BackButton /> | ||||||
|         text="Back" |  | ||||||
|         onClick={(): void => { |  | ||||||
|           return; |  | ||||||
|         }} |  | ||||||
|       /> |  | ||||||
|     </> |     </> | ||||||
|   ); |   ); | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 pavel Hamawand
						pavel Hamawand