Skip to content

Commit

Permalink
send replyFromCurrentUser - WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Grazia Palombella committed Jan 1, 2023
1 parent 02281a5 commit 08bada4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/EntryPoint.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ const EntryPoint: React.FC = () => {
)
})}

<ReplyFromCurrentUser>
{/* add onClick logic */}
{/* <ReplyFromCurrentUser>
<div className='comment'>
<div className='reply-from-current-user'>
<img src='./image-juliusomo.png' alt='juliusomo' className='user-img' />
Expand All @@ -40,7 +41,7 @@ const EntryPoint: React.FC = () => {
<Button className='reply-from-current-user-button' onClick={() => { }} buttonName='SEND' />
</div>
</div>
</ReplyFromCurrentUser>
</ReplyFromCurrentUser> */}
</>
)
}
Expand Down

0 comments on commit 08bada4

Please sign in to comment.