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

changed boris texts

This commit is contained in:
Fedor Katurov 2020-06-09 13:01:20 +07:00
parent d35397108a
commit 67173bfec1
2 changed files with 4 additions and 6 deletions

View file

@ -30,7 +30,7 @@ const BorisStatsGit: FC<IProps> = ({ stats }) => {
return (
<div className={styles.wrap}>
<div className={styles.stats__title}>Изменения</div>
<div className={styles.stats__title}>КОММИТС</div>
{stats.git
.filter(data => data.commit && data.timestamp && data.subject)