Skip to content

Commit

Permalink
[Backport 4.x][Fixes #964] info icon for not approved / not published…
Browse files Browse the repository at this point in the history
… resource shouldn't take a line (#1005)
  • Loading branch information
DavidQuartz authored Jun 6, 2022
1 parent 8c73432 commit a0f2e03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,7 @@ function DetailsPanel({

{
<div className="gn-details-panel-tools">
<ResourceStatus resource={resource} />
{
enableFavorite &&
<Button
Expand Down Expand Up @@ -576,7 +577,6 @@ function DetailsPanel({


</div>
<ResourceStatus resource={resource} />
{<p className="gn-details-panel-meta-text">
{resource?.owner && <>{resource?.owner.avatar &&
<img src={resource?.owner.avatar} alt={getUserName(resource?.owner)} className="gn-card-author-image" />
Expand Down

0 comments on commit a0f2e03

Please sign in to comment.