File tree Expand file tree Collapse file tree 5 files changed +3
-3
lines changed
CountryNsOverviewActivities/Map
SurgeCatalogueHealthInfectionPreventionAndControl Expand file tree Collapse file tree 5 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1+ enable-pre-post-scripts = true
Original file line number Diff line number Diff line change @@ -438,7 +438,6 @@ function CountryThreeWNationalSocietyProjectsMap(props: Props) {
438438 />
439439 </ MapSource >
440440 ) }
441- { }
442441 { clickedPointProperties ?. lngLat
443442 && isDefined ( projectCountryId )
444443 && (
Original file line number Diff line number Diff line change @@ -410,7 +410,6 @@ export function Component() {
410410 spacing = "comfortable"
411411 >
412412 < NonFieldError error = { componentResponseError } />
413- { }
414413 { prioritizationResponse ?. prioritized_action_responses ?. map ( ( componentResponse ) => (
415414 < PrioritizedActionInput
416415 key = { componentResponse . component }
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ import SurgeContentContainer from '#components/domain/SurgeContentContainer';
66
77import i18n from './i18n.json' ;
88
9+ /** @knipignore */
910// eslint-disable-next-line import/prefer-default-export
1011export function Component ( ) {
1112 const strings = useTranslation ( i18n ) ;
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ module.exports = {
1818 } ,
1919 'csstools/value-no-unknown-custom-properties' : [
2020 true , {
21- importFrom : [ './src/index.css' , '.. /node_modules/@ifrc-go/ui/dist/index.css' ]
21+ importFrom : [ './src/index.css' , './node_modules/@ifrc-go/ui/dist/index.css' ]
2222 } ,
2323 ] ,
2424 'selector-pseudo-class-no-unknown' : [
You can’t perform that action at this time.
0 commit comments