Skip to content

Commit

Permalink
Merge branch 'Expensify:main' into Migrate-ReportActionItemSingle.js-…
Browse files Browse the repository at this point in the history
…component-to-TypeScript
  • Loading branch information
rayane-djouah authored Dec 31, 2023
2 parents b7b84b6 + 7433cdb commit 91352ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/HeaderWithBackButton/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type ThreeDotsMenuItems = {
onSelected: () => void;
};

type HeaderWithBackButtonProps = ChildrenProps & {
type HeaderWithBackButtonProps = Partial<ChildrenProps> & {
/** Title of the Header */
title?: string;

Expand Down

0 comments on commit 91352ea

Please sign in to comment.