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:
parent
0ebc984047
commit
81d5c7a8e6
@ -7,7 +7,7 @@ import React from "react";
|
||||
import type { HeaderPlaceholders } from "../../item-list-layout";
|
||||
|
||||
interface ItemListLayoutHeaderTitleProps {
|
||||
renderHeaderTitle: React.ReactNode | (() => React.ReactNode); // MIKKO: "this" parameter
|
||||
renderHeaderTitle: React.ReactNode | (() => React.ReactNode);
|
||||
headerPlaceholders: HeaderPlaceholders;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user