Feat: show some session details in frontend

This commit is contained in:
canove
2020-07-28 11:40:41 -03:00
parent 124297a849
commit aebb5505bd
2 changed files with 10 additions and 14 deletions

View File

@@ -86,9 +86,9 @@ const WhatsAuth = () => {
</Paper>
</Grid>
) : (
<Grid item xs={6}>
<Grid item xs={12}>
<Paper className={classes.paper}>
<SessionInfo sessio={session} />
<SessionInfo session={session} />
</Paper>
</Grid>
)}