Skip to content

Commit

Permalink
Add from field to ItemTable
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 committed Feb 12, 2021
1 parent 5b2d5c0 commit 8eb152d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ItemTable/ItemTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export default function ItemTable({ data, rowCanBeSelected }) {
() => [
{ Header: 'Queue', accessor: 'queue', },
{ Header: 'Item #', accessor: 'number' },
{ Header: 'From', accessor: 'userAlias'},
{ Header: 'Assigned To', accessor: 'assignedTo' },
{ Header: 'Subject', accessor: 'subject' },
{ Header: 'Status', accessor: 'status', },
Expand Down

0 comments on commit 8eb152d

Please sign in to comment.