updated missed xp usage in homeview

This commit is contained in:
Clément Le Bihan
2023-04-09 22:49:41 +02:00
parent deda1f738b
commit a1a2b77a16

View File

@@ -40,7 +40,7 @@ const HomeView = () => {
translationKey="welcome" format={(welcome) => `${welcome} ${userQuery.data.name}!`}
/>
<Box flex={1}>
<ProgressBar xp={userQuery.data.xp}/>
<ProgressBar xp={userQuery.data.data.xp}/>
</Box>
</Stack>
</Flex>