Skip to content

Commit 5dcff7a

Browse files
committed
fix: review fix
1 parent ed3b31c commit 5dcff7a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/containers/Tenant/Diagnostics/DiagnosticsPages.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -257,9 +257,7 @@ export const getPagesByType = (
257257
const dbContext = isDatabaseEntityType(type) || options?.isTopLevel;
258258
const seeded = dbContext ? getDatabasePages(options?.databaseType) : base;
259259

260-
const result = applyFilters(seeded, type, options);
261-
262-
return result;
260+
return applyFilters(seeded, type, options);
263261
};
264262

265263
export const useDiagnosticsPageLinkGetter = () => {

0 commit comments

Comments
 (0)