Skip to content

Commit

Permalink
space
Browse files Browse the repository at this point in the history
  • Loading branch information
shelleytruong committed Apr 8, 2022
1 parent e78176d commit 10aa2bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const getNextPageDestination = (pageId, ctx) => {
};

const getLogicalDestination = (pageId, { logical }, ctx) => {
if (logical === "EndOfCurrentSection") {
if (logical === "EndOfCurrentSection") {
return {
section: "End",
};
Expand Down

0 comments on commit 10aa2bb

Please sign in to comment.