Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
  • Loading branch information
jansav committed Jan 21, 2022
1 parent b4f545d commit a821e16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit a821e16

Please sign in to comment.