mirror of
https://dev.azure.com/tstanciu94/ReverseProxy/_git/ReverseProxy_Frontend
synced 2022-12-28 18:12:07 +02:00
small change
This commit is contained in:
parent
4932041aaf
commit
c155489a7d
@ -12,7 +12,7 @@ const ActiveSessionSummary = ({ session }) => {
|
||||
const { t } = useTranslation();
|
||||
|
||||
return (
|
||||
<Grid container className={classes.miniContainer}>
|
||||
<Grid container>
|
||||
<Grid item xs={12} sm={4} md={4}>
|
||||
{`${t("Session.RunningTime")}: `}
|
||||
<span className={classes.value}>{session.runningTime}</span>
|
||||
|
Loading…
x
Reference in New Issue
Block a user