Skip to content

Commit

Permalink
staff listing fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kurund committed Sep 4, 2020
1 parent 8c65d8b commit 681b540
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { List } from '../../List/List';
export interface StaffManagementProps {}

export const StaffManagementList: React.SFC<StaffManagementProps> = () => {
const columnNames = ['NAME', 'PHONE NO.', 'GROUPS', 'ACTIONS'];
const columnNames = ['NAME', 'PHONE NO.', 'ASSIGNED TO', 'ACTIONS'];
const columnStyles = [styles.Name, styles.Phone, styles.Group, styles.Actions];
const staffIcon = <StaffIcon className={styles.StaffIcon} />;

Expand Down

0 comments on commit 681b540

Please sign in to comment.