fix env color (#6377)

This commit is contained in:
Jack Kavanagh 2023-08-24 10:46:06 +02:00 committed by GitHub
parent 4f58f71001
commit 606439aec6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -583,6 +583,7 @@ export const Debug: FC = () => {
const environmentsList = [baseEnvironment, ...subEnvironments].map(e => ({
id: e._id,
name: e.name,
color: e.color,
}));
return (