|  | @@ -33,7 +33,6 @@ class DetailPelaporan extends Component {
 | 
	
		
			
				|  |  |  		const pemantauan = await getLog(this.props.token, query.id + "?delegasi=true&asc=true");
 | 
	
		
			
				|  |  |  		pemantauan.data = pemantauan.data.filter((e) => e.action != "CREATE LAPORAN");
 | 
	
		
			
				|  |  |  		this.setState({ pelaporan, pemantauan });
 | 
	
		
			
				|  |  | -		console.log(pelaporan);
 | 
	
		
			
				|  |  |  	};
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  	render() {
 |