Skip to content

Commit

Permalink
space fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kKaskak committed Sep 6, 2023
1 parent b661146 commit f43706f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common/MetaPreview/MetaPreview.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ const MetaPreview = ({ className, compact, name, logo, background, runtime, rele
}
{
compact && typeof description === 'string' && description.length > 0 ?
<div className={styles['description-container']}>
<div className={styles['description-container']}>
{description}
</div>
:
Expand All @@ -182,7 +182,7 @@ const MetaPreview = ({ className, compact, name, logo, background, runtime, rele
))
}
{
!compact && typeof description === 'string' && description.length > 0 ?
!compact && typeof description === 'string' && description.length > 0 ?
<div className={styles['description-container']}>
<div className={styles['label-container']}>
{t('SUMMARY')}
Expand Down

0 comments on commit f43706f

Please sign in to comment.