feature: various additions

This commit is contained in:
Jordan Knott
2020-06-12 17:21:58 -05:00
parent 4c02df9061
commit 6267a37b6e
72 changed files with 2038 additions and 389 deletions

View File

@ -227,8 +227,7 @@ export const MemberManagerPopup = () => {
availableMembers={[
{
id: '1',
firstName: 'Jordan',
lastName: 'Knott',
fullName: 'Jordan Knott',
profileIcon: { bgColor: null, url: null, initials: null },
},
]}
@ -293,8 +292,7 @@ export const DueDateManagerPopup = () => {
{
id: '1',
profileIcon: { bgColor: null, url: null, initials: null },
firstName: 'Jordan',
lastName: 'Knott',
fullName: 'Jordan Knott',
},
],
}}