We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c236686 commit 43e0b09Copy full SHA for 43e0b09
1 file changed
app/containers/GraphsContainer/GraphsContainer.tsx
@@ -124,7 +124,11 @@ const GraphsContainer: React.FC = React.memo(() => {
124
<div className="graphs">
125
{chart === 'all' && (
126
<div className="transferColumns">
127
- <h2 style={currentMode}>Search Your Metrics to Display</h2>
+ <h2
128
+ style={currentMode}
129
+ >
130
+ Search Your Metrics to Display
131
+ </h2>
132
<TransferColumns />
133
</div>
134
)}
0 commit comments