Skip to content

Commit

Permalink
Remove unused props
Browse files Browse the repository at this point in the history
  • Loading branch information
fallaciousreasoning committed Oct 14, 2024
1 parent f16aad2 commit fbde38b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import styles from './style.module.scss'
import useIsConversationVisible from '../../hooks/useIsConversationVisible'

export interface Props {
isConversationListOpen?: boolean
setIsConversationListOpen?: (value: boolean) => unknown
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ function Main() {
)}
{showAgreementModal && <PrivacyMessage />}
<PageTitleHeader ref={headerElement}
isConversationListOpen={isConversationListOpen}
setIsConversationListOpen={setIsConversationListOpen}
/>
<div className={classnames({
Expand Down

0 comments on commit fbde38b

Please sign in to comment.