1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-10 17:53:36 +02:00

fix: PR comments

Signed-off-by: andreas-unleash <andreas@getunleash.ai>
This commit is contained in:
andreas-unleash 2023-10-04 15:01:10 +03:00
parent e3ffbd8b04
commit 9de89dbebc
No known key found for this signature in database
GPG Key ID: DB82A1577B38F66B

View File

@ -60,7 +60,6 @@ export const ReportTable = ({ projectId, features }: IReportTableProps) => {
const { featureTypes } = useFeatureTypes();
const data: IReportTableRow[] = useMemo<IReportTableRow[]>(() => {
console.log(featureTypes);
return features.map(report => ({
project: projectId,
name: report.name,
@ -144,7 +143,7 @@ export const ReportTable = ({ projectId, features }: IReportTableProps) => {
maxWidth: 120,
},
],
[showEnvironmentLastSeen, JSON.stringify(data)]
[showEnvironmentLastSeen]
);
const {