Skip to content

Commit

Permalink
Removed semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
fkorotkov committed Jan 15, 2023
1 parent 8f2bd0d commit 466a211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scenes/Owner/Owner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default function Owner(): JSX.Element {
return (
<>
<AppBreadcrumbs info={props.ownerInfoByName} viewer={props.viewer} />
<OwnerRepositoryList info={props.ownerInfoByName} />;
<OwnerRepositoryList info={props.ownerInfoByName} />
</>
);
}}
Expand Down

0 comments on commit 466a211

Please sign in to comment.