Skip to content

Commit

Permalink
fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
pasyukevich committed Feb 21, 2024
1 parent 8388b2d commit cfa5825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AvatarWithImagePicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ type AvatarWithImagePickerProps = {
onViewPhotoPress?: () => void;

/** Allows to open an image without Attachment Picker. */
enablePreview?: boolean,
enablePreview?: boolean;
};

function AvatarWithImagePicker({
Expand Down

0 comments on commit cfa5825

Please sign in to comment.