Skip to content

Commit

Permalink
CR fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kbieganowski committed May 16, 2024
1 parent 0208efe commit d10aeb2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/pages/home/report/comment/TextWithEmojiFragment.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,22 @@ import CONST from '@src/CONST';
type TextWithEmojiFragmentProps = {
/** The message to be displayed */
message: string;

/** Additional styles to add after local styles. */
passedStyles?: StyleProp<TextStyle>;

/** Should this message fragment be styled as deleted? */
styleAsDeleted?: boolean;

/** Should this message fragment be styled as muted? */
styleAsMuted?: boolean;

/** Is message displayed on narrow screen? */
isSmallScreenWidth?: boolean;

/** Should "(edited)" suffix be rendered? */
isEdited?: boolean;

/** Does message contain only emojis? */
emojisOnly?: boolean;
};
Expand Down

0 comments on commit d10aeb2

Please sign in to comment.