Skip to content

Commit 899688a

Browse files
Fix lint errors
1 parent 8af01e6 commit 899688a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/oceans/ui.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ const styles = {
391391
pointerEvents: 'none'
392392
},
393393
pondPanelPreText: {
394-
marginBottom: '5%',
394+
marginBottom: '5%'
395395
},
396396
pondPanelRow: {
397397
position: 'relative',
@@ -1181,7 +1181,7 @@ class PondPanel extends React.Component {
11811181
>
11821182
{state.pondExplainFishSummary && (
11831183
<div>
1184-
<div style={styles.pondPanelPreText} id='pondTextMarkdown'>
1184+
<div style={styles.pondPanelPreText} id="pondTextMarkdown">
11851185
<Markdown
11861186
markdown={I18n.t(
11871187
'mostImportantPartsInDeterminingFullSentence',

0 commit comments

Comments
 (0)