Skip to content

Commit

Permalink
XXX debug re-renders
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpitt committed Oct 12, 2023
1 parent 852fe88 commit 4f42f80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ContainerHeader.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { Toolbar, ToolbarContent, ToolbarItem } from "@patternfly/react-core/dis
const _ = cockpit.gettext;

const ContainerHeader = ({ user, twoOwners, ownerFilter, handleOwnerChanged, textFilter, handleFilterChanged }) => {
console.log("XXX render ContainerHeader user", user, "twoOwners", twoOwners, "ownerFilter", ownerFilter, "textFilter", textFilter);
return (
<Toolbar className="pf-m-page-insets">
<ToolbarContent>
Expand Down

0 comments on commit 4f42f80

Please sign in to comment.