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 3373318 commit 18a2df9Copy full SHA for 18a2df9
src/app/components/BarGraph.tsx
@@ -141,11 +141,7 @@ const BarGraph = props => {
141
dispatch(save(toStorage))
142
}
143
144
-<<<<<<< HEAD
145
- const textbox = tabs[currentTab].seriesSavedStatus === 'inputBoxOpen' ? <input type="text" className="seriesNameInput" value={seriesNameInput} onChange={e => setSeriesNameInput(e.target.value)} /> : null;
146
-=======
147
const textbox = tabs[currentTab].seriesSavedStatus === 'inputBoxOpen' ? <input type="text" id="seriesname" placeholder="Enter Series Name" onChange={e => setSeriesNameInput(e.target.value)} /> : null;
148
->>>>>>> master
149
return (
150
<div className="bargraph-position">
151
0 commit comments