Skip to content

Commit

Permalink
Update apps/climatemappedafrica/src/components/Page/index.js
Browse files Browse the repository at this point in the history
Co-authored-by: Clemence Kyara <[email protected]>
  • Loading branch information
m453h and kilemensi authored Aug 30, 2024
1 parent 437c8d4 commit 2b3e86c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/climatemappedafrica/src/components/Page/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 <Base {...props} />;
}

Expand Down

0 comments on commit 2b3e86c

Please sign in to comment.