Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tienifr committed Jan 29, 2024
1 parent 14abf75 commit d6fed2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 @@ -56,7 +56,7 @@ type ReportActionItemFragmentProps = {
/** The pending action for the report action */
pendingAction?: OnyxCommon.PendingAction;

moderationDecision?: DecisionName
moderationDecision?: DecisionName;
};

function ReportActionItemFragment({
Expand All @@ -73,7 +73,7 @@ function ReportActionItemFragment({
isApprovedOrSubmittedReportAction = false,
isFragmentContainingDisplayName = false,
displayAsGroup = false,
moderationDecision
moderationDecision,
}: ReportActionItemFragmentProps) {
const styles = useThemeStyles();
const {isOffline} = useNetwork();
Expand Down
2 changes: 1 addition & 1 deletion src/types/onyx/OriginalMessage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -284,5 +284,5 @@ export type {
OriginalMessageAddComment,
OriginalMessageSource,
OriginalMessageReimbursementDequeued,
DecisionName
DecisionName,
};

0 comments on commit d6fed2b

Please sign in to comment.