Skip to content

Commit 43e0b09

Browse files
committed
opened up element to seperate lines
1 parent c236686 commit 43e0b09

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

app/containers/GraphsContainer/GraphsContainer.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,11 @@ const GraphsContainer: React.FC = React.memo(() => {
124124
<div className="graphs">
125125
{chart === 'all' && (
126126
<div className="transferColumns">
127-
<h2 style={currentMode}>Search Your Metrics to Display</h2>
127+
<h2
128+
style={currentMode}
129+
>
130+
Search Your Metrics to Display
131+
</h2>
128132
<TransferColumns />
129133
</div>
130134
)}

0 commit comments

Comments
 (0)