Skip to content

Commit 0858a89

Browse files
committed
conditional render moved to own line for readability
1 parent 2540496 commit 0858a89

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/containers/GraphsContainer/GraphsContainer.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ const GraphsContainer: React.FC = React.memo(() => {
120120
<RouteChart />
121121
<LogsTable />
122122
</div>
123-
) : (
123+
) :
124+
(
124125
<div className="graphs">
125126
{chart === 'all' && (
126127
<div className="transferColumns">

0 commit comments

Comments
 (0)