Add score property to UserData interface across navigation and profile components: Update Navigation.tsx, NavigationWrapper.tsx, and PlayerStats.tsx to include score, ensuring consistent user data handling and display.
This commit is contained in:
@@ -16,6 +16,7 @@ interface UserData {
|
||||
xp: number;
|
||||
maxXp: number;
|
||||
level: number;
|
||||
score: number;
|
||||
}
|
||||
|
||||
interface NavigationProps {
|
||||
|
||||
Reference in New Issue
Block a user