From 5096d562b9c708f3375cecbee810abc82154dd46 Mon Sep 17 00:00:00 2001 From: Miu Razvan Date: Thu, 16 Jul 2020 18:01:50 +0300 Subject: [PATCH] Removed testing data --- src/components/manage/Blocks/DefaultView.jsx | 26 +------------------- 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/src/components/manage/Blocks/DefaultView.jsx b/src/components/manage/Blocks/DefaultView.jsx index df4b8c7..1052a2d 100644 --- a/src/components/manage/Blocks/DefaultView.jsx +++ b/src/components/manage/Blocks/DefaultView.jsx @@ -46,31 +46,7 @@ const DefaultView = props => { loaded: false, loading: false, errors: errors, - // THIS IS JUST FOR TESTING - items: [ - { - siteName: ' "ASM BRESCIA" - BOSCO SELLA', - Country: 'IT', - RegulatedActivities: - 'Landfills, as defined in Article 2(g) of Council Directive 1999/31/EC of 26 April 1999 on the landfill of waste, receiving more than 10 tonnes of waste per day or with a total capacity exceeding 25,000 tonnes, excluding landfills of inert waste', - EntityStatus: 'disused', - Seveso: null, - OperatingSince_: null, - BATAEL: null, - StartDate: null, - EndDate: null, - 'Derogated from - to': ' - ', - PermitUpdated: null, - PermitingAuthority: 'Provincia di Brescia', - PermitAvailable: null, - 'Conclusion name': null, - 'Conclusion status': null, - 'BATAEL name': null, - 'BATAEL status': null, - 'BATAEL accepted date': null, - Description: null, - }, - ], + items: [], }); }); }