Skip to content

Commit

Permalink
chore: add todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
faustoq authored and rjborba committed Jul 22, 2024
1 parent 2315151 commit c774253
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export class OramaChatAssistentMessage {

@State() isDisliked = false
handleDislikeMessage = () => {
// todo: replace with actual dislike logic
this.isDisliked = !this.isDisliked
}

Expand Down

0 comments on commit c774253

Please sign in to comment.