Skip to content

Commit

Permalink
Reviewed changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinkipruto committed Sep 20, 2023
1 parent 7dc5c2f commit d9ea2b6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions apps/codeforafrica/src/lib/data/rest/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,6 @@ export const api = {

export async function getPageStaticProps(context) {
const props = await getPageProps(api, context);
if (!props) {
return {
props: {
title: "Page not found",
},
};
}
return {
props,
};
Expand Down

0 comments on commit d9ea2b6

Please sign in to comment.