Skip to content

Commit

Permalink
fix: remove duplicate comment form
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikThePendric committed Oct 16, 2023
1 parent 55aac63 commit 0b7a11b
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,6 @@ const InterpretationThread = ({
)}
</div>
</div>
<CommentAddForm
currentUser={currentUser}
interpretationId={interpretation.id}
onSave={() => onThreadUpdated(true)}
focusRef={focusRef}
/>
<style jsx>{`
.thread {
margin-top: var(--spacers-dp16);
Expand Down

0 comments on commit 0b7a11b

Please sign in to comment.