Skip to content

Commit

Permalink
Merge pull request #287 from joeccleung/Fix-Issue-286-Incorrect-React…
Browse files Browse the repository at this point in the history
…-Component-Name

Fix the name of react component OrganizationKind
  • Loading branch information
davidmccabe authored Feb 9, 2023
2 parents d2c8403 + 2dfefbf commit 2e9a42d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion newsfeed/src/components/OrganizationKind.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type Props = {
kind: OrganizationKind;
};

export default function PosterBylineLocation({
export default function OrganizationKind({
kind,
}: Props): React.ReactElement {
return <div className="byline__detail">{label(kind)}</div>;
Expand Down

0 comments on commit 2e9a42d

Please sign in to comment.