Skip to content

Commit

Permalink
Merge branch 'chore/climatemappedafrica-remove-default-props' of gith…
Browse files Browse the repository at this point in the history
…ub.com:CodeForAfrica/ui into chore/climatemappedafrica-remove-default-props
  • Loading branch information
m453h committed Aug 30, 2024
2 parents 0feba22 + 2b3e86c commit 01b8031
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 01b8031

Please sign in to comment.