Skip to content
Snippets Groups Projects
Commit c6cfce3f authored by Tom Robinson's avatar Tom Robinson
Browse files

Fix error with newer versions of babel

parent 810bb323
Branches
Tags
No related merge requests found
......@@ -59,5 +59,3 @@ const RefreshOption = ({ name, period, selected, onClick }) =>
<span className={styles.name}>{ name.split(" ")[0] }</span>
<span className={styles.nameSuffix}> { name.split(" ")[1] }</span>
</li>
export default RefreshWidget;
......@@ -39,5 +39,3 @@ export default class ChartSettingInputNumeric extends Component {
);
}
}
export default ChartSettingInputNumeric;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment