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:
parent
e3ffbd8b04
commit
9de89dbebc
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user