Skip to content

Commit 18a2df9

Browse files
committed
Fixed merge conflicts
1 parent 3373318 commit 18a2df9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/app/components/BarGraph.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,7 @@ const BarGraph = props => {
141141
dispatch(save(toStorage))
142142
}
143143

144-
<<<<<<< HEAD
145-
const textbox = tabs[currentTab].seriesSavedStatus === 'inputBoxOpen' ? <input type="text" className="seriesNameInput" value={seriesNameInput} onChange={e => setSeriesNameInput(e.target.value)} /> : null;
146-
=======
147144
const textbox = tabs[currentTab].seriesSavedStatus === 'inputBoxOpen' ? <input type="text" id="seriesname" placeholder="Enter Series Name" onChange={e => setSeriesNameInput(e.target.value)} /> : null;
148-
>>>>>>> master
149145
return (
150146
<div className="bargraph-position">
151147

0 commit comments

Comments
 (0)