mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-13 13:48:59 +02:00
use typography instead of span
This commit is contained in:
parent
bd8c0414f0
commit
2b88619ac8
@ -251,9 +251,9 @@ export const ProfileTab = ({ user }: IProfileTabProps) => {
|
|||||||
})}
|
})}
|
||||||
</Select>
|
</Select>
|
||||||
</StyledFormControl>
|
</StyledFormControl>
|
||||||
<span id={exampleDateId}>
|
<Typography id={exampleDateId}>
|
||||||
Example: {formatDateYMDHM(exampleDate, currentLocale)}
|
Example: {formatDateYMDHM(exampleDate, currentLocale)}
|
||||||
</span>
|
</Typography>
|
||||||
</LocaleSelector>
|
</LocaleSelector>
|
||||||
{productivityReportEmailEnabled ? (
|
{productivityReportEmailEnabled ? (
|
||||||
<>
|
<>
|
||||||
|
Loading…
Reference in New Issue
Block a user