diff --git a/src/components/ChristmasButton.jsx b/src/components/ChristmasButton.jsx index c2a0afed..7f117d33 100644 --- a/src/components/ChristmasButton.jsx +++ b/src/components/ChristmasButton.jsx @@ -61,12 +61,14 @@ const ChristmasButton = () => { }} style={style} > - {(playing) ? : } + /> + ) : } ); }; diff --git a/src/ui/snow.js b/src/ui/snow.js index 38fd3da6..369f8016 100644 --- a/src/ui/snow.js +++ b/src/ui/snow.js @@ -8,8 +8,8 @@ * http://schillmania.com/projects/snowstorm/license.txt */ -/*jslint nomen: true, plusplus: true, sloppy: true, vars: true, white: true */ -/*global window, document, navigator, clearInterval, setInterval */ +/* jslint nomen: true, plusplus: true, sloppy: true, vars: true, white: true */ +/* global window, document, navigator, clearInterval, setInterval */ /* eslint-disable */