ui changes

This commit is contained in:
Zamitto 2024-06-14 15:08:35 -03:00
parent fa2a92d5ed
commit ca21d8afe6
3 changed files with 36 additions and 39 deletions

View file

@ -89,8 +89,8 @@ export interface ProfileGame {
objectID: string;
shop: GameShop;
title: string;
iconUrl;
string?;
iconUrl: string | null;
cover: string;
playTimeInSeconds: number;
lastTimePlayed: Date | null;
}