Skip to content

Commit

Permalink
fix: yarn lint failure
Browse files Browse the repository at this point in the history
Signed-off-by: XieYanke <xieyanke007@gmail.com>
  • Loading branch information
xieyanke committed Sep 6, 2022
1 parent e7e8720 commit 388b274
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ui/src/app/settings/components/repos-list/repos-list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,9 @@ export class ReposList extends React.Component<
</div>
<div className='columns small-5'>
<Tooltip content={repo.repo}>
<span><Repo url={repo.repo} /></span>
<span>
<Repo url={repo.repo} />
</span>
</Tooltip>
</div>
<div className='columns small-3'>
Expand Down

0 comments on commit 388b274

Please sign in to comment.