diff --git a/desktop/app/src/reducers/user.tsx b/desktop/app/src/reducers/user.tsx index 5fc49fbbf..72248336f 100644 --- a/desktop/app/src/reducers/user.tsx +++ b/desktop/app/src/reducers/user.tsx @@ -13,6 +13,7 @@ export const USER_UNAUTHORIZED = 'Unauthorized.'; export const USER_NOT_SIGNEDIN = 'Not signed in.'; export type User = { + id?: string; name?: string; profile_picture?: { uri: string;