Fix Indent Issues (Update Eslint/Stylelint)

This commit is contained in:
Qstick
2020-03-01 23:07:14 -05:00
parent 5a5e896eb4
commit 3576f529ec
12 changed files with 1105 additions and 1516 deletions

View File

@@ -168,7 +168,7 @@ function InteractiveSearchContent(props) {
{
totalReleasesCount !== items.length && !!items.length &&
<div className={styles.filteredMessage}>
Some results are hidden by the applied filter
Some results are hidden by the applied filter
</div>
}
</div>