From 2b3e86c90c60cb27960e4349d56d4ee374447c0a Mon Sep 17 00:00:00 2001 From: Michael Hudson Nkotagu Date: Fri, 30 Aug 2024 11:23:29 +0300 Subject: [PATCH] Update apps/climatemappedafrica/src/components/Page/index.js Co-authored-by: Clemence Kyara --- apps/climatemappedafrica/src/components/Page/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/climatemappedafrica/src/components/Page/index.js b/apps/climatemappedafrica/src/components/Page/index.js index 1de1d1e3e..4d32d3f87 100644 --- a/apps/climatemappedafrica/src/components/Page/index.js +++ b/apps/climatemappedafrica/src/components/Page/index.js @@ -7,7 +7,7 @@ import Base from "./Base"; * Page component that adds error handling. * TODO(kilemensi): Add error handling once we have error page designs */ -function Page({ ...props }) { +function Page(props) { return ; }