Skip to content

Commit

Permalink
Fixes #37331 - Fix upstream linting (Katello#10956)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjha4 authored Apr 9, 2024
1 parent 4e58572 commit 58d2cdb
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,8 @@ class UpstreamSubscriptionsPage extends Component {

return (
<Grid bsClass="container-fluid">
{!upstreamSubscriptions.loading && <div style={{marginBottom: "10px"}}>
{!upstreamSubscriptions.loading &&
<div style={{ marginBottom: '10px' }}>
<BreadcrumbsBar
isLoadingResources={upstreamSubscriptions.loading}
breadcrumbItems={[
Expand All @@ -235,7 +236,8 @@ class UpstreamSubscriptionsPage extends Component {
},
]}
/>
</div>}
</div>
}

<LoadingState loading={upstreamSubscriptions.loading} loadingText={__('Loading')}>
<Row>
Expand Down

0 comments on commit 58d2cdb

Please sign in to comment.