1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

#23 fixed lab titles

This commit is contained in:
Fedor Katurov 2021-03-22 16:01:29 +07:00
parent 11fd582453
commit b761849432

View file

@ -31,7 +31,7 @@ const LabStats: FC<IProps> = () => {
{isLoading ? (
<Placeholder height={14} width="100px" />
) : (
<div className={styles.title}>Тэги</div>
tags.length && <div className={styles.title}>Тэги</div>
)}
<div className={styles.tags}>
@ -45,7 +45,7 @@ const LabStats: FC<IProps> = () => {
{isLoading ? (
<Placeholder height={14} width="100px" />
) : (
<div className={styles.title}>Важные</div>
heroes.length > 0 && <div className={styles.title}>Важные</div>
)}
<div className={styles.heroes}>