Skip to content

Commit

Permalink
type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ishpaul777 committed Jan 4, 2024
1 parent 3d74ec8 commit ad6fe37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/home/report/ReportActionItemFragment.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ type ReportActionItemFragmentProps = {
style?: StyleProp<TextStyle>;

/** The accountID of the copilot who took this action on behalf of the user */
delegateAccountID?: string;
delegateAccountID?: number;

/** icon */
actorIcon?: AvatarProps;
Expand All @@ -66,7 +66,7 @@ function ReportActionItemFragment({
isSingleLine = false,
source = '',
style = [],
delegateAccountID = '',
delegateAccountID = 0,
actorIcon = {},
isThreadParentMessage = false,
isApprovedOrSubmittedReportAction = false,
Expand Down

0 comments on commit ad6fe37

Please sign in to comment.