Skip to content

Commit

Permalink
Fix channel issue by adding loading phase
Browse files Browse the repository at this point in the history
  • Loading branch information
bipuladh committed Apr 9, 2020
1 parent 4b02375 commit 2e12b28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ export class SubscriptionUpdates extends React.Component<
<dl className="co-m-pane__details">
<dt className="co-detail-table__section-header">Channel</dt>
<dd>
{this.state.waitingForUpdate ? (
{this.state.waitingForUpdate || !pkg ? (
<LoadingInline />
) : (
<Button type="button" isInline onClick={() => channelModal()} variant="link">
Expand Down

0 comments on commit 2e12b28

Please sign in to comment.