Skip to content

Commit

Permalink
[Fixes #964] info icon for not approved / not published resource shou…
Browse files Browse the repository at this point in the history
…ldn't take a line (#997)
  • Loading branch information
DavidQuartz committed May 31, 2022
1 parent 4dc178c commit 2be2c33
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 2be2c33

Please sign in to comment.