feedback review

This commit is contained in:
Elias Nahum
2022-03-23 11:35:37 -03:00
parent 54218d8f3d
commit 7f9cd287fe
5 changed files with 6 additions and 22 deletions

View File

@@ -43,7 +43,6 @@ type UserProfile = {
last_picture_update: number;
remote_id?: string;
status?: string;
remote_id?: string;
};
type UsersState = {