mirror of
https://github.com/pomber/git-history.git
synced 2024-11-22 14:02:24 +03:00
<br> tag is added instead of the empty lines
This commit is contained in:
parent
e792f2dfb2
commit
9afbb520da
@ -24,6 +24,7 @@ function getLine(line, i, { styles }) {
|
||||
style={Object.assign({ overflow: "hidden", height: "15px" }, style)}
|
||||
key={line.key}
|
||||
>
|
||||
{!line.tokens.length && <br />}
|
||||
{line.tokens.map((token, i) => {
|
||||
const style = themeStylesByType[token.type] || {};
|
||||
return (
|
||||
|
Loading…
Reference in New Issue
Block a user