This commit is contained in:
parent
fbc2b15ba1
commit
5bd7483e4e
|
@ -187,10 +187,12 @@ export const AuthorView = (props: Props) => {
|
|||
</ul>
|
||||
</div>
|
||||
<div class={clsx('col-md-8', styles.additionalControls)}>
|
||||
<Show when={props.author?.stat?.rating}>
|
||||
<div class={styles.ratingContainer}>
|
||||
{t('Karma')}
|
||||
<AuthorRatingControl author={props.author} class={styles.ratingControl} />
|
||||
</div>
|
||||
</Show>
|
||||
</div>
|
||||
</div>
|
||||
</>
|
||||
|
|
Loading…
Reference in New Issue
Block a user