Skip to content

Commit

Permalink
Fixed log newline
Browse files Browse the repository at this point in the history
  • Loading branch information
breiler committed Sep 18, 2024
1 parent bcf70d4 commit 540958e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/log/Log.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const Log = ({ show = false, showExpand, onShow, children }: LogProps) => {
<div className="log-container">
{show && (
<div className="log">
{children}
<pre>{children}</pre>
<div ref={bottom} />
</div>
)}
Expand Down

0 comments on commit 540958e

Please sign in to comment.