Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rubaiyat22 authored and rubaiyat22 committed Sep 15, 2020
1 parent d85527d commit e35064e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/app/hearings/components/dailyDocket/DailyDocket.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export default class DailyDocket extends React.Component {

// for Central hearing days, return 'C'
// Otherwise assume it's a video hearing day and return RO key
return dailyDocket.requestType === 'C' ? 'C' : dailyDocket.regionalOfficeKey
return dailyDocket.requestType === 'C' ? 'C' : dailyDocket.regionalOfficeKey;
};

openDispositionModal = ({ hearing, fromDisposition, toDisposition, onConfirm, onCancel }) => {
Expand Down

0 comments on commit e35064e

Please sign in to comment.