Show 'accept invite UI' for re-invite, calm progress spinner

This commit is contained in:
Scott Nonnenberg 2020-10-26 07:39:45 -07:00
parent 5c0fcad6b1
commit fa2d300714
8 changed files with 40 additions and 35 deletions

View file

@ -42,6 +42,7 @@ export type ConversationType = {
firstName?: string;
profileName?: string;
avatarPath?: string;
areWePending?: boolean;
color?: ColorType;
isArchived?: boolean;
isBlocked?: boolean;