Skip to content

Commit

Permalink
Merge pull request #372 from flexion/111-design-tweaks
Browse files Browse the repository at this point in the history
111 Design Tweaks
  • Loading branch information
kkoskelin authored Dec 13, 2018
2 parents fbffa64 + e51598b commit 5507dc9
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions web-client/src/views/DashboardRespondent.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { connect } from '@cerebral/react';
import React from 'react';
import { state } from 'cerebral';
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';

import SuccessNotification from './SuccessNotification';
import ErrorNotification from './ErrorNotification';
Expand All @@ -20,7 +19,6 @@ export default connect(
<th>Docket number</th>
<th>Petitioner name</th>
<th>Date filed</th>
<th>Notifications</th>
</tr>
</thead>
<tbody>
Expand All @@ -45,19 +43,6 @@ export default connect(
<span className="responsive-label">Date filed</span>
{item.createdAtFormatted}
</td>
<td>
<span className="responsive-label">Notification</span>
{item.showActionRequired && (
<span>
<FontAwesomeIcon
icon="flag"
className="action-flag"
size="sm"
/>{' '}
Action Required
</span>
)}
</td>
</tr>
))}
</tbody>
Expand Down

0 comments on commit 5507dc9

Please sign in to comment.