1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

fix: center last seen column (#7035)

This commit is contained in:
Mateusz Kwasniewski 2024-05-10 14:52:24 +02:00 committed by GitHub
parent 0c284ca143
commit 74b943721c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,7 +52,7 @@ export const FeatureLifecycleCell: VFC<IFeatureLifecycleProps> = ({
: [];
return (
<Box sx={{ display: 'flex' }}>
<Box sx={{ display: 'flex', justifyContent: 'center' }}>
<FeatureEnvironmentSeen
featureLastSeen={feature.lastSeenAt || undefined}
environments={environments}