1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Remove comment

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
Janne Savolainen 2022-01-21 14:27:10 +02:00 committed by Sebastian Malton
parent 0ebc984047
commit 81d5c7a8e6

View File

@ -7,7 +7,7 @@ import React from "react";
import type { HeaderPlaceholders } from "../../item-list-layout"; import type { HeaderPlaceholders } from "../../item-list-layout";
interface ItemListLayoutHeaderTitleProps { interface ItemListLayoutHeaderTitleProps {
renderHeaderTitle: React.ReactNode | (() => React.ReactNode); // MIKKO: "this" parameter renderHeaderTitle: React.ReactNode | (() => React.ReactNode);
headerPlaceholders: HeaderPlaceholders; headerPlaceholders: HeaderPlaceholders;
} }