Skip to content

Commit

Permalink
remove 2nd isPolicyExpenseChat declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
luacmartins committed Mar 11, 2022
1 parent 37083a3 commit 348577c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/ReportDetailsPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ class ReportDetailsPage extends Component {
render() {
const isPolicyExpenseChat = ReportUtils.isPolicyExpenseChat(this.props.report);
const isChatRoom = ReportUtils.isChatRoom(this.props.report);
const isPolicyExpenseChat = ReportUtils.isPolicyExpenseChat(this.props.report);
const chatRoomSubtitle = ReportUtils.getChatRoomSubtitle(this.props.report, this.props.policies);
const participants = lodashGet(this.props.report, 'participants', []);
const isMultipleParticipant = participants.length > 1;
Expand Down

0 comments on commit 348577c

Please sign in to comment.