diff --git a/.changeset/pink-beans-develop.md b/.changeset/pink-beans-develop.md new file mode 100644 index 000000000..0cc8b7df2 --- /dev/null +++ b/.changeset/pink-beans-develop.md @@ -0,0 +1,5 @@ +--- +"go-web-app": patch +--- + +Prioritize GDACS as the Primary Source for Imminent Risk Watch in [#1547](https://github.com/IFRCGo/go-web-app/issues/1547) diff --git a/app/src/components/domain/RiskImminentEvents/index.tsx b/app/src/components/domain/RiskImminentEvents/index.tsx index 8070d824f..1ab7884a7 100644 --- a/app/src/components/domain/RiskImminentEvents/index.tsx +++ b/app/src/components/domain/RiskImminentEvents/index.tsx @@ -57,7 +57,7 @@ type Props = BaseProps & ({ function RiskImminentEvents(props: Props) { const { className, - defaultSource = 'pdc', + defaultSource = 'gdacs', ...otherProps } = props; const [activeView, setActiveView] = useState(defaultSource); @@ -168,6 +168,33 @@ function RiskImminentEvents(props: Props) { footerActionsContainerClassName={styles.footerActions} footerActions={( <> + + {strings.here} + + ), + }, + )} + /> + )} + /> )} - - {strings.here} - - ), - }, - )} - /> - )} - /> {environment !== 'production' && (