Skip to content

Commit

Permalink
Fix the name of react component OrganizationKind
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Leung committed Feb 9, 2023
1 parent d2c8403 commit 2dfefbf
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 2dfefbf

Please sign in to comment.