mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-28 00:06:53 +01:00
fix: center last seen column (#7035)
This commit is contained in:
parent
0c284ca143
commit
74b943721c
@ -52,7 +52,7 @@ export const FeatureLifecycleCell: VFC<IFeatureLifecycleProps> = ({
|
|||||||
: [];
|
: [];
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Box sx={{ display: 'flex' }}>
|
<Box sx={{ display: 'flex', justifyContent: 'center' }}>
|
||||||
<FeatureEnvironmentSeen
|
<FeatureEnvironmentSeen
|
||||||
featureLastSeen={feature.lastSeenAt || undefined}
|
featureLastSeen={feature.lastSeenAt || undefined}
|
||||||
environments={environments}
|
environments={environments}
|
||||||
|
Loading…
Reference in New Issue
Block a user