Skip to content

Commit

Permalink
#539173 fixed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sc-ruslanmatkovskyi committed Jun 21, 2022
1 parent 5f3f958 commit edc26ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ interface LayoutProps {

interface RouteFields {
[key: string]: unknown;
Title: Field;
Title?: Field;
}

const Layout = ({ layoutData }: LayoutProps): JSX.Element => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const BACKGROUND_REG_EXP = new RegExp(

interface ComponentProps {
rendering: ComponentRendering & { params: ComponentParams };
params: ComponentParams;
params?: ComponentParams;
}

const Container = (props: ComponentProps): JSX.Element => {
Expand Down

0 comments on commit edc26ee

Please sign in to comment.