mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
#23 fixed lab titles
This commit is contained in:
parent
11fd582453
commit
b761849432
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ const LabStats: FC<IProps> = () => {
|
||||||
{isLoading ? (
|
{isLoading ? (
|
||||||
<Placeholder height={14} width="100px" />
|
<Placeholder height={14} width="100px" />
|
||||||
) : (
|
) : (
|
||||||
<div className={styles.title}>Тэги</div>
|
tags.length && <div className={styles.title}>Тэги</div>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
<div className={styles.tags}>
|
<div className={styles.tags}>
|
||||||
|
@ -45,7 +45,7 @@ const LabStats: FC<IProps> = () => {
|
||||||
{isLoading ? (
|
{isLoading ? (
|
||||||
<Placeholder height={14} width="100px" />
|
<Placeholder height={14} width="100px" />
|
||||||
) : (
|
) : (
|
||||||
<div className={styles.title}>Важные</div>
|
heroes.length > 0 && <div className={styles.title}>Важные</div>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
<div className={styles.heroes}>
|
<div className={styles.heroes}>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue