Fixed problem with prettier formatting after cherry picks

This commit is contained in:
Torkel Ödegaard
2019-02-21 15:24:09 +01:00
parent 115215d317
commit d85a4c3dd0
2 changed files with 9 additions and 10 deletions
+8 -9
View File
@@ -166,15 +166,14 @@ export class LogRow extends PureComponent<Props, State> {
highlightClassName="logs-row__field-highlight"
/>
)}
{!parsed &&
needsHighlighter && (
<Highlighter
textToHighlight={row.entry}
searchWords={highlights}
findChunks={findHighlightChunksInText}
highlightClassName={highlightClassName}
/>
)}
{!parsed && needsHighlighter && (
<Highlighter
textToHighlight={row.entry}
searchWords={highlights}
findChunks={findHighlightChunksInText}
highlightClassName={highlightClassName}
/>
)}
{!parsed && !needsHighlighter && row.entry}
{showFieldStats && (
<div className="logs-row__stats">
@@ -1,6 +1,6 @@
.permissionlist {
.permissionlist__section {
margin-bottom: $spacer*2;
margin-bottom: $spacer * 2;
}
.permissionlist__section-header {