Skip to content

Commit

Permalink
Added login name to printed officers log
Browse files Browse the repository at this point in the history
  • Loading branch information
ericman314 committed Oct 31, 2018
1 parent 16c3a48 commit e6bbc7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/views/OfficerLog/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ class OfficerLog extends Component {
</Row>
<Printable>
<div>
<h1>Officer Log</h1>
<h1>Officer Log &mdash; {this.props.clientObj.loginName}</h1>
{officerLogs.map(l => (
<div
key={l.id}
Expand Down

0 comments on commit e6bbc7f

Please sign in to comment.