Skip to content

Commit

Permalink
fix: rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
ptchayap committed Oct 25, 2024
1 parent 21ef3b1 commit 4a224ea
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/v4/social/components/CommentComposer/CommentComposer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,11 +175,7 @@ export const CommentComposer = ({
data-qa-anchor={`${pageId}/${componentId}/comment_composer_post`}
isDisabled={!textValue?.data?.text}
className={styles.commentComposer__button}
<<<<<<< HEAD
onPressStart={() => mutateAsync({ params: textValue })}
=======
onPress={() => mutateAsync({ params: textValue })}
>>>>>>> 35a204cc (Release/v4.0.0 beta.15 (#83))
>
<Typography.Body>Post</Typography.Body>
</Button>
Expand Down

0 comments on commit 4a224ea

Please sign in to comment.